docs: fix minor comment typos (#2027)

This commit is contained in:
Donn Pawelek
2025-06-30 11:20:07 +02:00
committed by GitHub
parent 77b6abccba
commit 1f57e8fd1a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ impl RpcClientT for MockRpcClient {
}
drop(handlers_once);
// Call a specific handler for the subscrpition if one is found.
// Call a specific handler for the subscriptions if one is found.
let mut handlers = self.subscription_handlers.lock().unwrap();
if let Some(handler) = handlers.get_mut(sub) {
return handler(sub, params, unsub)