mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-29 04:21:06 -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
|
opague,opaque
|
||||||
opartor,operator
|
opartor,operator
|
||||||
opatque,opaque
|
opatque,opaque
|
||||||
|
opauqe,opaque
|
||||||
opbject,object
|
opbject,object
|
||||||
opbjective,objective
|
opbjective,objective
|
||||||
opbjects,objects
|
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("gue"),
|
||||||
dictgen::InsensitiveStr::Ascii("rtor"),
|
dictgen::InsensitiveStr::Ascii("rtor"),
|
||||||
dictgen::InsensitiveStr::Ascii("tque"),
|
dictgen::InsensitiveStr::Ascii("tque"),
|
||||||
|
dictgen::InsensitiveStr::Ascii("uqe"),
|
||||||
],
|
],
|
||||||
values: &[
|
values: &[
|
||||||
&["opacity"],
|
&["opacity"],
|
||||||
|
@ -65780,6 +65781,7 @@ pub static WORD_OPA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
||||||
&["opaque"],
|
&["opaque"],
|
||||||
&["operator"],
|
&["operator"],
|
||||||
&["opaque"],
|
&["opaque"],
|
||||||
|
&["opaque"],
|
||||||
],
|
],
|
||||||
range: 2..=5,
|
range: 2..=5,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue