Merge pull request #983 from alatiera/alatiera/hd

Don't correct `HD`
This commit is contained in:
Ed Page 2024-04-08 20:41:46 -05:00 committed by GitHub
commit 5035c90783
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: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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
@ -33,4 +34,4 @@ ro,acronym for read-only
dur,abbreviation for duration dur,abbreviation for duration
ang,abbreviation for angle ang,abbreviation for angle
lst,abbreviation for list especially when list is a built-in like Python lst,abbreviation for list especially when list is a built-in like Python
ans,abbrevation for answer ans,abbreviation for answer

1 nilable used in ruby community
2 thead html tag
3 hardlinked filesystem term
4 hd abbreviation for High Definition
5 referer http header field
6 deques noun
7 dequeues verb
34 dur abbreviation for duration
35 ang abbreviation for angle
36 lst abbreviation for list especially when list is a built-in like Python
37 ans abbrevation for answer abbreviation for answer

View file

@ -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.

View file

@ -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 {