From 7ee918f0787349016e5455399f1825b8e02d887a Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Tue, 6 Sep 2022 23:01:10 +0900 Subject: [PATCH] Removed their from the correction candidate of thje --- crates/typos-dict/assets/words.csv | 2 +- crates/typos-dict/src/dict_codegen.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index f843b7e..8fe85de 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -48554,7 +48554,7 @@ thist,this thisy,this thiunk,think thius,this -thje,the,their +thje,the thjese,these thme,them thn,then diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 1a69fde..8b43f8e 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -15697,7 +15697,7 @@ pub static WORD_THJ_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict dictgen::InsensitiveStr::Ascii("e"), dictgen::InsensitiveStr::Ascii("ese"), ], - values: &[&["the", "their"], &["these"]], + values: &[&["the"], &["these"]], range: 1..=3, };