Merge pull request #403 from epage/workers

fix(dict): Workes should also correct to workers
This commit is contained in:
Ed Page 2022-01-21 10:38:04 -06:00 committed by GitHub
commit 4a3203b6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -52316,7 +52316,7 @@ workbneches,workbenches
workboos,workbooks
workd,worked
worke,work,worked,works
workes,works
workes,works,workers
workfore,workforce
workfow,workflow
workfows,workflows

Can't render this file because it is too large.

View file

@ -832,7 +832,7 @@ pub static WORD_WORK_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
&["workbooks"],
&["worked"],
&["work", "worked", "works"],
&["works"],
&["works", "workers"],
&["workforce"],
&["workflow"],
&["workflows"],