mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
feat(dict): Add wrappning -> wrapping
This commit is contained in:
parent
2fc71b2e13
commit
02afa6e98b
2 changed files with 3 additions and 0 deletions
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -53012,6 +53012,7 @@ wraping,wrapping,warping
|
|||
wrapp,wrap
|
||||
wrappered,wrapped
|
||||
wrappng,wrapping
|
||||
wrappning,wrapping
|
||||
wrapps,wraps
|
||||
wreckign,wrecking
|
||||
wrecthed,wretched
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -450,6 +450,7 @@ pub static WORD_WR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictg
|
|||
dictgen::InsensitiveStr::Ascii("app"),
|
||||
dictgen::InsensitiveStr::Ascii("appered"),
|
||||
dictgen::InsensitiveStr::Ascii("appng"),
|
||||
dictgen::InsensitiveStr::Ascii("appning"),
|
||||
dictgen::InsensitiveStr::Ascii("apps"),
|
||||
dictgen::InsensitiveStr::Ascii("eckign"),
|
||||
dictgen::InsensitiveStr::Ascii("ecthed"),
|
||||
|
@ -504,6 +505,7 @@ pub static WORD_WR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictg
|
|||
&["wrap"],
|
||||
&["wrapped"],
|
||||
&["wrapping"],
|
||||
&["wrapping"],
|
||||
&["wraps"],
|
||||
&["wrecking"],
|
||||
&["wretched"],
|
||||
|
|
Loading…
Reference in a new issue