From 6546add2827bf8c2152f67e3e3430d52410e5991 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Sun, 13 Jun 2021 17:52:22 -0400 Subject: [PATCH] Fix typo favourite -> favorite --- crates/ruma-events/src/tag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,