doc(ui): Fix an intra-link.

This commit is contained in:
Ivan Enderlin
2023-06-13 01:30:49 +02:00
parent 1c8772848a
commit 15199316d3

View File

@@ -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.