Skip to content

Commit

Permalink
fix(dict): "substituters" is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier committed Jan 24, 2023
1 parent dbd12ef commit d9ace5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46769,7 +46769,6 @@ substituions,substitutions
substiture,substitute
substitures,substitutes
substitutents,substitutes
substituters,substitutes
substitutie,substitutes
substitutivo,substitution
substituto,substitution
Expand Down
2 changes: 0 additions & 2 deletions crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22355,7 +22355,6 @@ pub static WORD_SUBSTI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = d
dictgen::InsensitiveStr::Ascii("ture"),
dictgen::InsensitiveStr::Ascii("tures"),
dictgen::InsensitiveStr::Ascii("tutents"),
dictgen::InsensitiveStr::Ascii("tuters"),
dictgen::InsensitiveStr::Ascii("tutie"),
dictgen::InsensitiveStr::Ascii("tutivo"),
dictgen::InsensitiveStr::Ascii("tuto"),
Expand Down Expand Up @@ -22391,7 +22390,6 @@ pub static WORD_SUBSTI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = d
&["substitutes"],
&["substitutes"],
&["substitutes"],
&["substitutes"],
&["substitution"],
&["substitution"],
&["substitutes"],
Expand Down

0 comments on commit d9ace5f

Please sign in to comment.