From 1aacbaf681b9af89a6809fd41e7ca03361dc94d0 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 6 Jun 2024 11:34:38 +0200 Subject: [PATCH] doc(sdk): Fix a formatting typo. --- crates/matrix-sdk/src/sliding_sync/list/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 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 9f93e6327..8bc037d51 100644 --- a/crates/matrix-sdk/src/sliding_sync/list/mod.rs +++ b/crates/matrix-sdk/src/sliding_sync/list/mod.rs @@ -846,7 +846,8 @@ pub enum SlidingSyncMode { }, /// Fully sync all rooms in the background, page by page of `batch_size`, - /// like `0..=19`, `20..=39`, 40..=59` etc. assuming the `batch_size` is 20. + /// like `0..=19`, `20..=39`, `40..=59` etc. assuming the `batch_size` is + /// 20. Paging { /// The batch size. batch_size: u32,