feat(dict): Add suggestion "done" for the typo "donw"

Fixes #968
This commit is contained in:
Kenichi Kamiya 2024-04-02 17:42:13 +09:00
parent 56d8b9a340
commit 8cd6d93cd5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 9BE4016A38165CCB
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

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