Removed their from the correction candidate of thje

This commit is contained in:
Yuta Hayashibe 2022-09-06 23:01:10 +09:00
parent d207af69ae
commit 7ee918f078
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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,
}; };