feat(dict): Add wrappning -> wrapping

This commit is contained in:
Jonas Platte 2022-10-20 10:07:39 +02:00
parent 2fc71b2e13
commit 02afa6e98b
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View file

@ -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"],