Merge pull request #589 from jplatte/jplatte/whaat

feat(dict): Add whaat -> what
This commit is contained in:
Ed Page 2022-10-06 08:24:50 -05:00 committed by GitHub
commit 5b2e47dcf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"],