mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
Correct "opauqe" to "opaque"
I can't find any references to "opauqe" as an actual word, so I believe this to be safe.
This commit is contained in:
parent
69fe45d5e7
commit
6be109774b
2 changed files with 3 additions and 0 deletions
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -33652,6 +33652,7 @@ opacy,opacity
|
|||
opague,opaque
|
||||
opartor,operator
|
||||
opatque,opaque
|
||||
opauqe,opaque
|
||||
opbject,object
|
||||
opbjective,objective
|
||||
opbjects,objects
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue