Fix typo favourite -> favorite
This commit is contained in:
parent
650d960b85
commit
6546add282
@ -78,7 +78,7 @@ impl Error for InvalidUserTagName {}
|
|||||||
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||||
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
||||||
pub enum TagName {
|
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.
|
/// than other rooms.
|
||||||
Favorite,
|
Favorite,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user