mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #1147 from ianthetechie/add-fand
Add "fand" corrections to the dictionary
This commit is contained in:
commit
a0962bf415
2 changed files with 3 additions and 0 deletions
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -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.
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue