mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-22 13:00:56 -05:00
Merge pull request #1229 from epage/english
fix(dict): Don't correct implementors
This commit is contained in:
commit
70356ad394
8 changed files with 618292 additions and 618306 deletions
4
crates/typos-dict/assets/english.csv
vendored
4
crates/typos-dict/assets/english.csv
vendored
|
@ -20980,6 +20980,10 @@ implement
|
|||
implementable
|
||||
implementation
|
||||
implemented
|
||||
implementer
|
||||
implementers
|
||||
implementor
|
||||
implementors
|
||||
implicate
|
||||
implication
|
||||
implicit
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -32722,7 +32722,6 @@ implementiaon,implementation
|
|||
implementig,implementing
|
||||
implemention,implementation
|
||||
implementions,implementations
|
||||
implementors,implementers
|
||||
implementos,implements
|
||||
implementtaion,implementation
|
||||
implementtion,implementation
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -32735,7 +32735,6 @@ impl Word {
|
|||
b"implementig",
|
||||
b"implemention",
|
||||
b"implementions",
|
||||
b"implementors",
|
||||
b"implementos",
|
||||
b"implementtaion",
|
||||
b"implementtion",
|
||||
|
@ -103728,7 +103727,6 @@ impl Word {
|
|||
&["implementing"],
|
||||
&["implementation"],
|
||||
&["implementations"],
|
||||
&["implementers"],
|
||||
&["implements"],
|
||||
&["implementation"],
|
||||
&["implementation"],
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -32729,7 +32729,6 @@ pub static WORD: dictgen::OrderedMap<dictgen::InsensitiveStr<'static>, &[&str]>
|
|||
dictgen::InsensitiveStr::Ascii("implementig"),
|
||||
dictgen::InsensitiveStr::Ascii("implemention"),
|
||||
dictgen::InsensitiveStr::Ascii("implementions"),
|
||||
dictgen::InsensitiveStr::Ascii("implementors"),
|
||||
dictgen::InsensitiveStr::Ascii("implementos"),
|
||||
dictgen::InsensitiveStr::Ascii("implementtaion"),
|
||||
dictgen::InsensitiveStr::Ascii("implementtion"),
|
||||
|
@ -103684,7 +103683,6 @@ pub static WORD: dictgen::OrderedMap<dictgen::InsensitiveStr<'static>, &[&str]>
|
|||
&["implementing"],
|
||||
&["implementation"],
|
||||
&["implementations"],
|
||||
&["implementers"],
|
||||
&["implements"],
|
||||
&["implementation"],
|
||||
&["implementation"],
|
||||
|
|
|
@ -133628,7 +133628,6 @@ pub static WORD_IMPLEMENT_CHILDREN: dictgen::OrderedMap<
|
|||
dictgen::InsensitiveAscii("ig"),
|
||||
dictgen::InsensitiveAscii("ion"),
|
||||
dictgen::InsensitiveAscii("ions"),
|
||||
dictgen::InsensitiveAscii("ors"),
|
||||
dictgen::InsensitiveAscii("os"),
|
||||
dictgen::InsensitiveAscii("taion"),
|
||||
dictgen::InsensitiveAscii("tion"),
|
||||
|
@ -133678,7 +133677,6 @@ pub static WORD_IMPLEMENT_CHILDREN: dictgen::OrderedMap<
|
|||
&["implementing"],
|
||||
&["implementation"],
|
||||
&["implementations"],
|
||||
&["implementers"],
|
||||
&["implements"],
|
||||
&["implementation"],
|
||||
&["implementation"],
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue