Function plural_s

Source
pub fn plural_s(count: usize) -> &'static str
Expand description

Returns ā€œsā€ if count is different than 1, otherwise empty string. Convenient for building simple plural of words.