mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
docs: fix minor comment typos (#2027)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user