From 7f470e1721a2f2ac1cebfe22ee88ed48ac25edbd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Sep 2022 10:24:05 -0500 Subject: [PATCH] Revert "Revert "fix: remove thead -> thread"" This reverts commit 1e58c65276a6abfeda34bca7b544e50b11345f76. --- crates/typos-dict/assets/words.csv | 1 - crates/typos-dict/src/dict_codegen.rs | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 727a2f8..af615a5 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -48364,7 +48364,6 @@ thast,that thatn,that,than thay,they thck,thick -thead,thread theard,thread thearding,threading theards,threads diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 720596e..9ba0072 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -16217,7 +16217,6 @@ static WORD_THEA_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen: pub static WORD_THEA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable { keys: &[ - dictgen::InsensitiveStr::Ascii("d"), dictgen::InsensitiveStr::Ascii("rd"), dictgen::InsensitiveStr::Ascii("rding"), dictgen::InsensitiveStr::Ascii("rds"), @@ -16228,7 +16227,6 @@ pub static WORD_THEA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic dictgen::InsensitiveStr::Ascii("ture"), ], values: &[ - &["thread"], &["thread"], &["threading"], &["threads"], @@ -16238,7 +16236,7 @@ pub static WORD_THEA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic &["theatre"], &["theatre"], ], - range: 1..=5, + range: 2..=5, }; static WORD_THC_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {