From e98ff227a721eb90762039be394a71ba823b0424 Mon Sep 17 00:00:00 2001 From: brycahta Date: Fri, 11 Mar 2022 11:56:37 -0600 Subject: [PATCH] remove oot/eet suffix rule --- plural_rules.go | 1 - 1 file changed, 1 deletion(-) 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"},