mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Revert "Revert "fix: remove thead -> thread""
This reverts commit 1e58c65276
.
This commit is contained in:
parent
b46558d506
commit
7f470e1721
2 changed files with 1 additions and 4 deletions
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -48364,7 +48364,6 @@ thast,that
|
|||
thatn,that,than
|
||||
thay,they
|
||||
thck,thick
|
||||
thead,thread
|
||||
theard,thread
|
||||
thearding,threading
|
||||
theards,threads
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue