From 2f29664fb88eaf9b2c00a1f3133bf55ed46d33a1 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Sat, 20 May 2023 17:57:11 +0200 Subject: [PATCH] doc(sdk): Fix a typo. Co-authored-by: Benjamin Bouvier --- crates/matrix-sdk/src/sliding_sync/list/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/src/sliding_sync/list/mod.rs b/crates/matrix-sdk/src/sliding_sync/list/mod.rs index 44dcd293e..3f5501ebc 100644 --- a/crates/matrix-sdk/src/sliding_sync/list/mod.rs +++ b/crates/matrix-sdk/src/sliding_sync/list/mod.rs @@ -66,7 +66,7 @@ impl SlidingSyncList { /// /// This will change the sync-mode but also the request generator. /// - /// The ranges and the state will be updated when the next request will sent + /// The ranges and the state will be updated when the next request will be sent /// and a response will be received. The maximum number of rooms won't /// change. pub fn set_sync_mode(&self, sync_mode: SlidingSyncMode) {