Skip to content

Commit

Permalink
Merge pull request #1147 from ianthetechie/add-fand
Browse files Browse the repository at this point in the history
Add "fand" corrections to the dictionary
  • Loading branch information
epage authored Nov 6, 2024
2 parents 51e9d58 + 2ad0621 commit a0962bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26883,6 +26883,7 @@ fanatsize,fantasize
fanatsizing,fantasizing
fanatsy,fantasy
fancyness,fanciness
fand,fang,find
fandation,foundation
fane,fan,feign
fanfaction,fanfiction
Expand Down
2 changes: 2 additions & 0 deletions crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -143060,6 +143061,7 @@ pub static WORD_FAN_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["fantasizing"],
&["fantasy"],
&["fanciness"],
&["fang", "find"],
&["foundation"],
&["fan", "feign"],
&["fanfiction"],
Expand Down

0 comments on commit a0962bf

Please sign in to comment.