From 1933fe7a8f0f3e6ea6e253f1d7de6bcefac7de36 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 16 Mar 2023 11:04:18 +0100 Subject: [PATCH] doc(sdk): Fix a typo. --- 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 9859fd424..ca4594063 100644 --- a/crates/matrix-sdk/src/sliding_sync/list/mod.rs +++ b/crates/matrix-sdk/src/sliding_sync/list/mod.rs @@ -622,7 +622,7 @@ fn room_ops( /// The state the [`SlidingSyncList`] is in. /// -/// The lifetime of a `SlidingSyncList` usuaslly starts at `NotLoaded` or +/// The lifetime of a `SlidingSyncList` usually starts at `NotLoaded` or /// `Preloaded` (if it is restored from a cache). When loading rooms in a list, /// depending of the [`SlidingSyncMode`], it moves to `PartiallyLoaded` or /// `FullyLoaded`. The lifetime of a `SlidingSync` usually starts at a