mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-22 07:08:32 -04:00
doc(sdk): Fix a formatting typo.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user