Merge pull request #1147 from ianthetechie/add-fand

Add "fand" corrections to the dictionary
This commit is contained in:
Ed Page 2024-11-06 15:21:11 -06:00 committed by GitHub
commit a0962bf415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -26883,6 +26883,7 @@ fanatsize,fantasize
fanatsizing,fantasizing
fanatsy,fantasy
fancyness,fanciness
fand,fang,find
fandation,foundation
fane,fan,feign
fanfaction,fanfiction

Can't render this file because it is too large.

View file

@ -143019,6 +143019,7 @@ pub static WORD_FAN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("atsizing"),
dictgen::InsensitiveStr::Ascii("atsy"),
dictgen::InsensitiveStr::Ascii("cyness"),
dictgen::InsensitiveStr::Ascii("d"),
dictgen::InsensitiveStr::Ascii("dation"),
dictgen::InsensitiveStr::Ascii("e"),
dictgen::InsensitiveStr::Ascii("faction"),
@ -143060,6 +143061,7 @@ pub static WORD_FAN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["fantasizing"],
&["fantasy"],
&["fanciness"],
&["fang", "find"],
&["foundation"],
&["fan", "feign"],
&["fanfiction"],