From ef3f827769f0d216ed5ca2af08f0b07c8e212a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 17 Sep 2021 20:18:42 +0200 Subject: [PATCH] docs(sdk): Fix a typo --- crates/matrix-sdk/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/src/client.rs b/crates/matrix-sdk/src/client.rs index 0d5f620bd..4ce289a41 100644 --- a/crates/matrix-sdk/src/client.rs +++ b/crates/matrix-sdk/src/client.rs @@ -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