Skip to content

Commit

Permalink
Correct singularization of mas
Browse files Browse the repository at this point in the history
  • Loading branch information
vdauchy committed Jun 29, 2024
1 parent 101fa0b commit 232ce6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Rules/French/Uninflected.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public static function getSingular(): iterable
yield from self::getDefault();

yield new Pattern('bois');
yield new Pattern('mas');
}

/** @return Pattern[] */
Expand Down
1 change: 1 addition & 0 deletions tests/Rules/French/FrenchFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function dataSampleWords(): array
['festival', 'festivals'],
['récital', 'récitals'],
['bois', 'bois'],
['mas', 'mas'],
];
}

Expand Down

0 comments on commit 232ce6d

Please sign in to comment.