diff --git a/rpc-client/src/rpc_client.rs b/rpc-client/src/rpc_client.rs index 372839d4a..b4a4eca7c 100644 --- a/rpc-client/src/rpc_client.rs +++ b/rpc-client/src/rpc_client.rs @@ -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)`. /// @@ -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)`. ///