From e0e8fc5be9218664cb9695d9d4acff949dfc65b6 Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Wed, 26 Oct 2022 18:49:35 -0500 Subject: [PATCH] typo (#28612) --- rpc-client/src/rpc_client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)`. ///