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
|
implementable
|
||||||
implementation
|
implementation
|
||||||
implemented
|
implemented
|
||||||
|
implementer
|
||||||
|
implementers
|
||||||
|
implementor
|
||||||
|
implementors
|
||||||
implicate
|
implicate
|
||||||
implication
|
implication
|
||||||
implicit
|
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
|
implementig,implementing
|
||||||
implemention,implementation
|
implemention,implementation
|
||||||
implementions,implementations
|
implementions,implementations
|
||||||
implementors,implementers
|
|
||||||
implementos,implements
|
implementos,implements
|
||||||
implementtaion,implementation
|
implementtaion,implementation
|
||||||
implementtion,implementation
|
implementtion,implementation
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -32735,7 +32735,6 @@ impl Word {
|
||||||
b"implementig",
|
b"implementig",
|
||||||
b"implemention",
|
b"implemention",
|
||||||
b"implementions",
|
b"implementions",
|
||||||
b"implementors",
|
|
||||||
b"implementos",
|
b"implementos",
|
||||||
b"implementtaion",
|
b"implementtaion",
|
||||||
b"implementtion",
|
b"implementtion",
|
||||||
|
@ -103728,7 +103727,6 @@ impl Word {
|
||||||
&["implementing"],
|
&["implementing"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
&["implementations"],
|
&["implementations"],
|
||||||
&["implementers"],
|
|
||||||
&["implements"],
|
&["implements"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
&["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("implementig"),
|
||||||
dictgen::InsensitiveStr::Ascii("implemention"),
|
dictgen::InsensitiveStr::Ascii("implemention"),
|
||||||
dictgen::InsensitiveStr::Ascii("implementions"),
|
dictgen::InsensitiveStr::Ascii("implementions"),
|
||||||
dictgen::InsensitiveStr::Ascii("implementors"),
|
|
||||||
dictgen::InsensitiveStr::Ascii("implementos"),
|
dictgen::InsensitiveStr::Ascii("implementos"),
|
||||||
dictgen::InsensitiveStr::Ascii("implementtaion"),
|
dictgen::InsensitiveStr::Ascii("implementtaion"),
|
||||||
dictgen::InsensitiveStr::Ascii("implementtion"),
|
dictgen::InsensitiveStr::Ascii("implementtion"),
|
||||||
|
@ -103684,7 +103683,6 @@ pub static WORD: dictgen::OrderedMap<dictgen::InsensitiveStr<'static>, &[&str]>
|
||||||
&["implementing"],
|
&["implementing"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
&["implementations"],
|
&["implementations"],
|
||||||
&["implementers"],
|
|
||||||
&["implements"],
|
&["implements"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
|
|
|
@ -133628,7 +133628,6 @@ pub static WORD_IMPLEMENT_CHILDREN: dictgen::OrderedMap<
|
||||||
dictgen::InsensitiveAscii("ig"),
|
dictgen::InsensitiveAscii("ig"),
|
||||||
dictgen::InsensitiveAscii("ion"),
|
dictgen::InsensitiveAscii("ion"),
|
||||||
dictgen::InsensitiveAscii("ions"),
|
dictgen::InsensitiveAscii("ions"),
|
||||||
dictgen::InsensitiveAscii("ors"),
|
|
||||||
dictgen::InsensitiveAscii("os"),
|
dictgen::InsensitiveAscii("os"),
|
||||||
dictgen::InsensitiveAscii("taion"),
|
dictgen::InsensitiveAscii("taion"),
|
||||||
dictgen::InsensitiveAscii("tion"),
|
dictgen::InsensitiveAscii("tion"),
|
||||||
|
@ -133678,7 +133677,6 @@ pub static WORD_IMPLEMENT_CHILDREN: dictgen::OrderedMap<
|
||||||
&["implementing"],
|
&["implementing"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
&["implementations"],
|
&["implementations"],
|
||||||
&["implementers"],
|
|
||||||
&["implements"],
|
&["implements"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
&["implementation"],
|
&["implementation"],
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue