Skip to content

Commit

Permalink
Merge pull request #589 from jplatte/jplatte/whaat
Browse files Browse the repository at this point in the history
feat(dict): Add whaat -> what
  • Loading branch information
epage authored Oct 6, 2022
2 parents ec8713a + 6d67131 commit 5b2e47d
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 @@ -52587,6 +52587,7 @@ westmonster,westminster
westrbook,westbrook
wether,weather,whether
wew,we
whaat,what
whaeton,wheaton
whan,want,when
whant,want
Expand Down
2 changes: 2 additions & 0 deletions crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,7 @@ static WORD_WHA_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::

pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
keys: &[
dictgen::InsensitiveStr::Ascii("at"),
dictgen::InsensitiveStr::Ascii("eton"),
dictgen::InsensitiveStr::Ascii("n"),
dictgen::InsensitiveStr::Ascii("nt"),
Expand All @@ -2040,6 +2041,7 @@ pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("tseover"),
],
values: &[
&["what"],
&["wheaton"],
&["want", "when"],
&["want"],
Expand Down

0 comments on commit 5b2e47d

Please sign in to comment.