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,