Skip to content

Commit 232ce6d

Browse files
committed
Correct singularization of mas
1 parent 101fa0b commit 232ce6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Rules/French/Uninflected.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public static function getSingular(): iterable
1414
yield from self::getDefault();
1515

1616
yield new Pattern('bois');
17+
yield new Pattern('mas');
1718
}
1819

1920
/** @return Pattern[] */

tests/Rules/French/FrenchFunctionalTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function dataSampleWords(): array
5656
['festival', 'festivals'],
5757
['récital', 'récitals'],
5858
['bois', 'bois'],
59+
['mas', 'mas'],
5960
];
6061
}
6162

0 commit comments

Comments
 (0)