Skip to content

Commit

Permalink
Don't correct HD
Browse files Browse the repository at this point in the history
Common abbreviation for High Definition
  • Loading branch information
alatiera committed Apr 5, 2024
1 parent c15b28f commit 0ecf3f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -28613,7 +28613,6 @@ havve,have
hax,hex
haynus,heinous
hazzle,hassle
hd,had
hda,had
hdinsight,hindsight
heacy,heavy
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0ecf3f2

Please sign in to comment.