mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
Merge pull request #589 from jplatte/jplatte/whaat
feat(dict): Add whaat -> what
This commit is contained in:
commit
5b2e47dcf8
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
|
@ -52587,6 +52587,7 @@ westmonster,westminster
|
|||
westrbook,westbrook
|
||||
wether,weather,whether
|
||||
wew,we
|
||||
whaat,what
|
||||
whaeton,wheaton
|
||||
whan,want,when
|
||||
whant,want
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -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"),
|
||||
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue