diff --git a/flect_test.go b/flect_test.go index ded0888..d6b92e8 100644 --- a/flect_test.go +++ b/flect_test.go @@ -98,6 +98,7 @@ var singlePluralAssertions = []tt{ {"field", "fields"}, {"fish", "fish"}, {"fix", "fixes"}, + {"fleet", "fleets"}, {"focus", "foci"}, {"foobar", "foobars"}, {"foot", "feet"}, diff --git a/plural_rules.go b/plural_rules.go index ff67928..d14c4f5 100644 --- a/plural_rules.go +++ b/plural_rules.go @@ -224,7 +224,6 @@ var singularToPluralSuffixList = []singularToPluralSuffix{ {"oci", "ocus"}, {"ode", "odes"}, {"ofe", "oves"}, - {"oot", "eet"}, {"pfe", "pves"}, {"pse", "psis"}, {"qfe", "qves"},