Skip to content

Commit

Permalink
add 'epoch' to irregular words list
Browse files Browse the repository at this point in the history
Add irregular word 'epoch' to list. Reference: https://www.britannica.com/dictionary/epoch
  • Loading branch information
kyosheek authored Jun 26, 2023
1 parent f9301a5 commit d300192
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 @@ -111,6 +111,7 @@ public static function getIrregular(): iterable
yield new Substitution(new Word('demo'), new Word('demos'));
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'));
yield new Substitution(new Word('foot'), new Word('feet'));
yield new Substitution(new Word('fungus'), new Word('fungi'));
yield new Substitution(new Word('ganglion'), new Word('ganglions'));
Expand Down

0 comments on commit d300192

Please sign in to comment.