Skip to content

Commit e42d8c4

Browse files
committed
Add possessive pronouns
1 parent 86f7acf commit e42d8c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pluralize.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ func (c *Client) loadIrregularRules() { //nolint:funlen
266266
{`has`, `have`},
267267
{`this`, `these`},
268268
{`that`, `those`},
269+
{`my`, `our`},
270+
{`its`, `their`},
271+
{`his`, `their`},
272+
{`her`, `their`},
269273
// Words ending in with a consonant and `o`.
270274
{`echo`, `echoes`},
271275
{`dingo`, `dingoes`},

0 commit comments

Comments
 (0)