Skip to content

Commit

Permalink
Merge pull request Humanizr#576 from fishchisel/fishchisel-patch-1
Browse files Browse the repository at this point in the history
Fixed incorrect locale in readme
  • Loading branch information
hazzik authored Jul 28, 2016
2 parents a056d05 + 16dd003 commit 2f77816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ The possible values are `GrammaticalGender.Masculine`, `GrammaticalGender.Femini
```

```C#
// for Brazilian Portuguese locale
// for Arabic locale
1.ToOrdinalWords(GrammaticalGender.Masculine) => "الأول"
1.ToOrdinalWords(GrammaticalGender.Feminine) => "الأولى"
1.ToOrdinalWords(GrammaticalGender.Neuter) => "الأول"
Expand Down

0 comments on commit 2f77816

Please sign in to comment.