From 15199316d3e3d7563fe5cc97ada2848b8540f4bd Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 13 Jun 2023 01:30:49 +0200 Subject: [PATCH] doc(ui): Fix an intra-link. --- crates/matrix-sdk-ui/src/room_list/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-ui/src/room_list/state.rs b/crates/matrix-sdk-ui/src/room_list/state.rs index 1bf3e4b4d..12cf3fd09 100644 --- a/crates/matrix-sdk-ui/src/room_list/state.rs +++ b/crates/matrix-sdk-ui/src/room_list/state.rs @@ -14,7 +14,7 @@ use super::Error; pub const ALL_ROOMS_LIST_NAME: &str = "all_rooms"; pub const VISIBLE_ROOMS_LIST_NAME: &str = "visible_rooms"; -/// The state of the [`RoomList`]' state machine. +/// The state of the [`super::RoomList`]' state machine. #[derive(Clone, Debug, PartialEq)] pub enum State { /// That's the first initial state.