diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 13d6c6c..aefab06 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -52587,6 +52587,7 @@ westmonster,westminster westrbook,westbrook wether,weather,whether wew,we +whaat,what whaeton,wheaton whan,want,when whant,want diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 5d9903b..996d9e8 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -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"],