diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-07-03 23:41:07 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-07-03 23:41:07 +0200 |
commit | 4ee9215e7b85eb61329d3db84f5ea23feab409f0 (patch) | |
tree | bee421f173801f84c7b91cb08ee086ba75c1a4ee /src | |
parent | ec6c61d82ac9ac4d8421fdc31176d373d8042e92 (diff) | |
download | lombok-4ee9215e7b85eb61329d3db84f5ea23feab409f0.tar.gz lombok-4ee9215e7b85eb61329d3db84f5ea23feab409f0.tar.bz2 lombok-4ee9215e7b85eb61329d3db84f5ea23feab409f0.zip |
Added some broken autosingulars.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lombok/core/handlers/singulars.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/core/handlers/singulars.txt b/src/core/lombok/core/handlers/singulars.txt index 9976c76c..ae6e5ddf 100644 --- a/src/core/lombok/core/handlers/singulars.txt +++ b/src/core/lombok/core/handlers/singulars.txt @@ -19,7 +19,7 @@ Mice = mouse Lice = louse News = ! # We could add more detail (axemen, boatsmen, boogymen, cavemen, gentlemen, etc, but (A) there's stuff like 'cerumen', and (B) the 'men' ending is common in singulars and other languages.) -# Therefore, the odds of a mistake are too high, so other than these 2 well known cases, so force the explicit singular. +# Therefore, the odds of a mistake are too high, so other than these 2 well known cases, force the explicit singular. Men = man Women = woman minutiae = minutia |