Skip to content

Commit

Permalink
Add new Ordinalize overload to approved public API
Browse files Browse the repository at this point in the history
per discussion on PR Humanizr#595.
  • Loading branch information
tiesmaster authored and jvanrhyn committed Sep 10, 2020
1 parent 1d2b86b commit 4a3cf48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ namespace Humanizer
public static string Ordinalize(this string numberString) { }
public static string Ordinalize(this string numberString, Humanizer.GrammaticalGender gender) { }
public static string Ordinalize(this int number) { }
public static string Ordinalize(this int number, System.Globalization.CultureInfo culture) { }
public static string Ordinalize(this int number, Humanizer.GrammaticalGender gender) { }
}
public enum Plurality
Expand Down

0 comments on commit 4a3cf48

Please sign in to comment.