From 0ecf3f28941b7f69327bb6d8db2395119df24c71 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 5 Apr 2024 11:51:11 +0300 Subject: [PATCH] Don't correct `HD` Common abbreviation for High Definition --- crates/typos-dict/assets/words.csv | 1 - crates/typos-dict/src/word_codegen.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index a68ec0177..7e9f1d94c 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -28613,7 +28613,6 @@ havve,have hax,hex haynus,heinous hazzle,hassle -hd,had hda,had hdinsight,hindsight heacy,heavy diff --git a/crates/typos-dict/src/word_codegen.rs b/crates/typos-dict/src/word_codegen.rs index b59206ca4..400b24233 100644 --- a/crates/typos-dict/src/word_codegen.rs +++ b/crates/typos-dict/src/word_codegen.rs @@ -123631,7 +123631,7 @@ pub static WORD_HEAC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic static WORD_HD_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode { children: dictgen::DictTrieChild::Flat(&WORD_HD_CHILDREN), - value: Some(&["had"]), + value: None, }; pub static WORD_HD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {