mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
Don't correct HD
Common abbreviation for High Definition
This commit is contained in:
parent
c15b28fff9
commit
dcbb1cafd2
3 changed files with 2 additions and 2 deletions
1
crates/typos-dict/assets/allowed.csv
vendored
1
crates/typos-dict/assets/allowed.csv
vendored
|
@ -1,6 +1,7 @@
|
||||||
nilable,used in ruby community
|
nilable,used in ruby community
|
||||||
thead,html tag
|
thead,html tag
|
||||||
hardlinked,filesystem term
|
hardlinked,filesystem term
|
||||||
|
hd, abbreviation for High Definition
|
||||||
referer,http header field
|
referer,http header field
|
||||||
deques,noun
|
deques,noun
|
||||||
dequeues,verb
|
dequeues,verb
|
||||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -28613,7 +28613,6 @@ havve,have
|
||||||
hax,hex
|
hax,hex
|
||||||
haynus,heinous
|
haynus,heinous
|
||||||
hazzle,hassle
|
hazzle,hassle
|
||||||
hd,had
|
|
||||||
hda,had
|
hda,had
|
||||||
hdinsight,hindsight
|
hdinsight,hindsight
|
||||||
heacy,heavy
|
heacy,heavy
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -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 {
|
static WORD_HD_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||||
children: dictgen::DictTrieChild::Flat(&WORD_HD_CHILDREN),
|
children: dictgen::DictTrieChild::Flat(&WORD_HD_CHILDREN),
|
||||||
value: Some(&["had"]),
|
value: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub static WORD_HD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
pub static WORD_HD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||||
|
|
Loading…
Reference in a new issue