Skip to content

Commit

Permalink
Add "vice", "vices" suffix to fix "device", "service"
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenBrown2 committed Jan 30, 2021
1 parent 0f2da06 commit da5e971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plural_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ var singularToPluralSuffixList = []singularToPluralSuffix{
{"shoe", "shoes"},
{"stis", "stes"},
{"tive", "tives"},
{"vice", "vices"},
{"wife", "wives"},
{"afe", "aves"},
{"bfe", "bves"},
Expand Down

0 comments on commit da5e971

Please sign in to comment.