use American spelling for pluralize!
This commit is contained in:
parent
1423bec54c
commit
ad550b8ef3
21 changed files with 57 additions and 57 deletions
|
@ -1027,7 +1027,7 @@ impl Level {
|
|||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! pluralise {
|
||||
macro_rules! pluralize {
|
||||
($x:expr) => {
|
||||
if $x != 1 { "s" } else { "" }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue