From 4fcd7ba16f45b82f84b4b7286eb36da9566a2829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 29 Aug 2021 20:56:29 +0300 Subject: [PATCH] feat(dict): Suggest `surrounded` for `surrouned` too --- crates/typos-dict/assets/words.csv | 2 +- crates/typos-dict/src/dict_codegen.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 848722b..0b06f52 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -46606,7 +46606,7 @@ surroundign,surroundings surroundigs,surrounds surroundins,surrounds surroundngs,surrounds -surrouned,surround +surrouned,surround,surrounded surrouns,surrounds surrrounded,surrounded surrundering,surrendering diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 5c9847c..daebc72 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -20000,7 +20000,7 @@ pub static WORD_SURR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic &["surrounds"], &["surrounds"], &["surrounds"], - &["surround"], + &["surround", "surrounded"], &["surrounds"], &["surrounded"], &["surrendering"],