From 88ebd899374413bf37fead1686116379206bedd8 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Sat, 20 May 2023 17:57:21 +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 3f5501ebc..615cad5ac 100644 --- a/crates/matrix-sdk/src/sliding_sync/list/mod.rs +++ b/crates/matrix-sdk/src/sliding_sync/list/mod.rs @@ -318,7 +318,7 @@ impl SlidingSyncListInner { /// This will change the sync-mode but also the request generator. /// /// [`Self::ranges`] and [`Self::state`] will be updated when the next - /// request will sent and a response will be received. The + /// request will be sent and a response will be received. The /// [`Self::maximum_number_of_rooms`] won't change. pub fn set_sync_mode(&self, sync_mode: SlidingSyncMode) { // Acquire both locks before modifying the values their hold.