From 15127be35a6115cbb7467d46c6138c9d382bf2c7 Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Thu, 13 Feb 2020 15:47:44 -0500 Subject: [PATCH] removing extra rule --- plural_rules.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plural_rules.go b/plural_rules.go index 4cf88bc..4c88b62 100644 --- a/plural_rules.go +++ b/plural_rules.go @@ -132,7 +132,6 @@ var singleToPlural = map[string]string{ "tuna": "tuna", "vertebra": "vertebrae", "vertix": "vertices", - "vertex": "vertices", "vita": "vitae", "vortex": "vortices", "wharf": "wharves",