Fix typo favourite -> favorite

This commit is contained in:
Devin Ragotzy 2021-06-13 17:52:22 -04:00 committed by Jonas Platte
parent 650d960b85
commit 6546add282

View File

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