From 6be109774b53920c85f46551f73dbcf6095b5cb8 Mon Sep 17 00:00:00 2001 From: Ayaz Hafiz Date: Mon, 15 Aug 2022 11:26:57 -0500 Subject: [PATCH] Correct "opauqe" to "opaque" I can't find any references to "opauqe" as an actual word, so I believe this to be safe. --- crates/typos-dict/assets/words.csv | 1 + crates/typos-dict/src/dict_codegen.rs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 0e50b59..81d5fff 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -33652,6 +33652,7 @@ opacy,opacity opague,opaque opartor,operator opatque,opaque +opauqe,opaque opbject,object opbjective,objective opbjects,objects diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 1679b55..703cd35 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -65773,6 +65773,7 @@ pub static WORD_OPA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict dictgen::InsensitiveStr::Ascii("gue"), dictgen::InsensitiveStr::Ascii("rtor"), dictgen::InsensitiveStr::Ascii("tque"), + dictgen::InsensitiveStr::Ascii("uqe"), ], values: &[ &["opacity"], @@ -65780,6 +65781,7 @@ pub static WORD_OPA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict &["opaque"], &["operator"], &["opaque"], + &["opaque"], ], range: 2..=5, };