docs(sdk): Fix a typo

This commit is contained in:
Damir Jelić
2021-09-17 20:18:42 +02:00
parent d34b83851f
commit ef3f827769

View File

@@ -2001,7 +2001,7 @@ impl Client {
//// Repeatedly synchronize the client state with the server.
///
/// This method will internally call [`Client::sync_once`] in a loop and is
/// equivalent to the [`Client::sync`] method but the resopnses are provided
/// equivalent to the [`Client::sync`] method but the responses are provided
/// as an async stream.
///
/// # Arguments