Skip to content

Commit

Permalink
Correct "opauqe" to "opaque"
Browse files Browse the repository at this point in the history
I can't find any references to "opauqe" as an actual word, so I believe
this to be safe.
  • Loading branch information
ayazhafiz committed Aug 15, 2022
1 parent 69fe45d commit 6be1097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33652,6 +33652,7 @@ opacy,opacity
opague,opaque
opartor,operator
opatque,opaque
opauqe,opaque
opbject,object
opbjective,objective
opbjects,objects
Expand Down
2 changes: 2 additions & 0 deletions crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65773,13 +65773,15 @@ 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"],
&["opacity"],
&["opaque"],
&["operator"],
&["opaque"],
&["opaque"],
],
range: 2..=5,
};
Expand Down

0 comments on commit 6be1097

Please sign in to comment.