feat(dict): Add whaat -> what

This commit is contained in:
Jonas Platte 2022-10-06 14:27:29 +02:00
parent ec8713ae84
commit 6d6713180e
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View file

@ -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"],