mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
fix(dict): "substitutents" → "substituents"
is a more likely replacement than "substitutes".
This commit is contained in:
parent
d9ace5fd25
commit
3817b97017
2 changed files with 2 additions and 2 deletions
2
crates/typos-dict/assets/words.csv
vendored
2
crates/typos-dict/assets/words.csv
vendored
|
@ -46768,7 +46768,7 @@ substituion,substitution
|
|||
substituions,substitutions
|
||||
substiture,substitute
|
||||
substitures,substitutes
|
||||
substitutents,substitutes
|
||||
substitutents,substituents
|
||||
substitutie,substitutes
|
||||
substitutivo,substitution
|
||||
substituto,substitution
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -22388,7 +22388,7 @@ pub static WORD_SUBSTI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = d
|
|||
&["substitutions"],
|
||||
&["substitute"],
|
||||
&["substitutes"],
|
||||
&["substitutes"],
|
||||
&["substituents"],
|
||||
&["substitutes"],
|
||||
&["substitution"],
|
||||
&["substitution"],
|
||||
|
|
Loading…
Reference in a new issue