Skip to content

Commit

Permalink
Add plural of human to humans (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoseriani authored and markbates committed Oct 19, 2018
1 parent 28bf78d commit 9ad52cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inflect.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func NewDefaultRuleset() *Ruleset {
rs.AddIrregular("Status", "Statuses")
rs.AddIrregular("status", "statuses")
rs.AddIrregular("campus", "campuses")
rs.AddIrregular("human", "humans")
rs.AddUncountable("equipment")
rs.AddUncountable("information")
rs.AddUncountable("rice")
Expand Down
1 change: 1 addition & 0 deletions inflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ var Irregularities = map[string]string{
"child": "children",
"sex": "sexes",
"move": "moves",
"human": "humans",
}

type AcronymCase struct {
Expand Down

0 comments on commit 9ad52cd

Please sign in to comment.