Exemple #1
0
 /// <summary>
 /// Gets the plural form of the specified word.
 /// </summary>
 /// <param name="word">The word to make plural.</param>
 public static string MakePlural(string word) => Pluralizer.MakePlural(word);