mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -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
|
westrbook,westbrook
|
||||||
wether,weather,whether
|
wether,weather,whether
|
||||||
wew,we
|
wew,we
|
||||||
|
whaat,what
|
||||||
whaeton,wheaton
|
whaeton,wheaton
|
||||||
whan,want,when
|
whan,want,when
|
||||||
whant,want
|
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 {
|
pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||||
keys: &[
|
keys: &[
|
||||||
|
dictgen::InsensitiveStr::Ascii("at"),
|
||||||
dictgen::InsensitiveStr::Ascii("eton"),
|
dictgen::InsensitiveStr::Ascii("eton"),
|
||||||
dictgen::InsensitiveStr::Ascii("n"),
|
dictgen::InsensitiveStr::Ascii("n"),
|
||||||
dictgen::InsensitiveStr::Ascii("nt"),
|
dictgen::InsensitiveStr::Ascii("nt"),
|
||||||
|
@ -2040,6 +2041,7 @@ pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
dictgen::InsensitiveStr::Ascii("tseover"),
|
dictgen::InsensitiveStr::Ascii("tseover"),
|
||||||
],
|
],
|
||||||
values: &[
|
values: &[
|
||||||
|
&["what"],
|
||||||
&["wheaton"],
|
&["wheaton"],
|
||||||
&["want", "when"],
|
&["want", "when"],
|
||||||
&["want"],
|
&["want"],
|
||||||
|
|
Loading…
Reference in a new issue