Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
typo (#28612)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi authored Oct 26, 2022
1 parent decf3de commit e0e8fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc-client/src/rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ impl RpcClient {
/// behavior in specific scenarios:
///
/// - It is customary to set the `url` to "succeeds" for mocks that should
/// return sucessfully, though this value is not actually interpreted.
/// return successfully, though this value is not actually interpreted.
///
/// - If `url` is "fails" then any call to `send` will return `Ok(Value::Null)`.
///
Expand Down Expand Up @@ -463,7 +463,7 @@ impl RpcClient {
/// scenarios.
///
/// It is customary to set the `url` to "succeeds" for mocks that should
/// return sucessfully, though this value is not actually interpreted.
/// return successfully, though this value is not actually interpreted.
///
/// If `url` is "fails" then any call to `send` will return `Ok(Value::Null)`.
///
Expand Down

0 comments on commit e0e8fc5

Please sign in to comment.