From 7a21bdd5734102b3c3da8dc1a422d27fed18299b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 15 Sep 2021 10:24:49 +0200 Subject: [PATCH] docs(sdk): Fix a small 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 1af96a4b..3814c458 100644 --- a/crates/matrix-sdk/src/client.rs +++ b/crates/matrix-sdk/src/client.rs @@ -1433,7 +1433,7 @@ impl Client { /// Send an arbitrary request to the server, without updating client state. /// /// **Warning:** Because this method *does not* update the client state, it - /// is important to make sure than you account for this yourself, and + /// is important to make sure that you account for this yourself, and /// use wrapper methods where available. This method should *only* be /// used if a wrapper method for the endpoint you'd like to use is not /// available.