fix(dict): Workes should also correct to workers

Fixes #402
This commit is contained in:
Ed Page 2022-01-21 10:10:48 -06:00
parent ac83c55077
commit 5598b5b3e9
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"],