diff --git a/crates/ruma-events/src/tag.rs b/crates/ruma-events/src/tag.rs index a0ecdc54..d5830000 100644 --- a/crates/ruma-events/src/tag.rs +++ b/crates/ruma-events/src/tag.rs @@ -78,7 +78,7 @@ impl Error for InvalidUserTagName {} #[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)] #[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] pub enum TagName { - /// `m.favourite`: The user's favourite rooms. These should be shown with higher precedence + /// `m.favourite`: The user's favorite rooms. These should be shown with higher precedence /// than other rooms. Favorite,