Skip to content

Commit

Permalink
Correct pluralization of die
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffinman authored Sep 25, 2023
1 parent 6c00dd8 commit 158a7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/Inflector/Rules/English/Inflectible.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public static function getIrregular(): iterable
yield new Substitution(new Word('criterion'), new Word('criteria'));
yield new Substitution(new Word('curriculum'), new Word('curricula'));
yield new Substitution(new Word('demo'), new Word('demos'));
yield new Substitution(new Word('die'), new Word('dice'));
yield new Substitution(new Word('domino'), new Word('dominoes'));
yield new Substitution(new Word('echo'), new Word('echoes'));
yield new Substitution(new Word('epoch'), new Word('epochs'));
Expand Down

0 comments on commit 158a7f5

Please sign in to comment.