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:
Ayaz Hafiz 2022-08-15 11:26:57 -05:00
parent 69fe45d5e7
commit 6be109774b
2 changed files with 3 additions and 0 deletions

View file

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

View file

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