From d84c8d91b57a6811d4b6dd8ae8aed9991adfcf2a Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 15 Jun 2023 16:44:13 +0100 Subject: [PATCH] Fix typo in comment --- crates/matrix-sdk-ui/src/room_list/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-ui/src/room_list/mod.rs b/crates/matrix-sdk-ui/src/room_list/mod.rs index 6e77c9f26..766c3c7a5 100644 --- a/crates/matrix-sdk-ui/src/room_list/mod.rs +++ b/crates/matrix-sdk-ui/src/room_list/mod.rs @@ -43,7 +43,7 @@ //! background”: it will sync the existing rooms and will fetch new rooms, by //! a certain batch size. //! * `visible_rooms` (referred by the constant [`VISIBLE_ROOMS_LIST_NAME`]) is -//! the “reactive” list. It's goal is to react to the client app user actions. +//! the “reactive” list. Its goal is to react to the client app user actions. //! If the user scrolls in the room list, the `visible_rooms` will be //! configured to sync for the particular range of rooms the user is actually //! seeing (the rooms in the current viewport). `visible_rooms` has a