Merge pull request #972 from kachick/donw-suggest-multiple-candidates

feat(dict): Add suggestion "done" for the typo "donw"
This commit is contained in:
Ed Page 2024-04-02 10:05:03 -05:00 committed by GitHub
commit 2b4e02de78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -20605,7 +20605,7 @@ donejuns,dungeons
donesticated,domesticated donesticated,domesticated
donig,doing donig,doing
donn,done,don donn,done,don
donw,down donw,down,done
donwgrade,downgrade donwgrade,downgrade
donwgraded,downgraded donwgraded,downgraded
donwload,download donwload,download

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

View file

@ -150236,7 +150236,7 @@ pub static WORD_DON_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["domesticated"], &["domesticated"],
&["doing"], &["doing"],
&["done", "don"], &["done", "don"],
&["down"], &["down", "done"],
&["downgrade"], &["downgrade"],
&["downgraded"], &["downgraded"],
&["download"], &["download"],