Merge pull request #595 from jplatte/jplatte/wrappning

feat(dict): Add wrappning -> wrapping
This commit is contained in:
Ed Page 2022-10-20 07:05:01 -05:00 committed by GitHub
commit 199b5a2514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"],