Skip to content

Commit

Permalink
Merge pull request #54 from brycahta/fleetsearch
Browse files Browse the repository at this point in the history
Remove `oot/eet` from suffix rules
  • Loading branch information
sio4 committed Mar 12, 2022
2 parents 5c6244f + bc5d844 commit 09688c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions flect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ var singlePluralAssertions = []tt{
{"field", "fields"},
{"fish", "fish"},
{"fix", "fixes"},
{"fleet", "fleets"},
{"focus", "foci"},
{"foobar", "foobars"},
{"foot", "feet"},
Expand Down
1 change: 0 additions & 1 deletion plural_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ var singularToPluralSuffixList = []singularToPluralSuffix{
{"oci", "ocus"},
{"ode", "odes"},
{"ofe", "oves"},
{"oot", "eet"},
{"pfe", "pves"},
{"pse", "psis"},
{"qfe", "qves"},
Expand Down

0 comments on commit 09688c6

Please sign in to comment.