mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
Removed their from the correction candidate of thje
This commit is contained in:
parent
d207af69ae
commit
7ee918f078
2 changed files with 2 additions and 2 deletions
2
crates/typos-dict/assets/words.csv
vendored
2
crates/typos-dict/assets/words.csv
vendored
|
@ -48554,7 +48554,7 @@ thist,this
|
||||||
thisy,this
|
thisy,this
|
||||||
thiunk,think
|
thiunk,think
|
||||||
thius,this
|
thius,this
|
||||||
thje,the,their
|
thje,the
|
||||||
thjese,these
|
thjese,these
|
||||||
thme,them
|
thme,them
|
||||||
thn,then
|
thn,then
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -15697,7 +15697,7 @@ pub static WORD_THJ_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
dictgen::InsensitiveStr::Ascii("e"),
|
dictgen::InsensitiveStr::Ascii("e"),
|
||||||
dictgen::InsensitiveStr::Ascii("ese"),
|
dictgen::InsensitiveStr::Ascii("ese"),
|
||||||
],
|
],
|
||||||
values: &[&["the", "their"], &["these"]],
|
values: &[&["the"], &["these"]],
|
||||||
range: 1..=3,
|
range: 1..=3,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue