mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-02 19:59:34 -05:00
commit
5035c90783
3 changed files with 3 additions and 3 deletions
3
crates/typos-dict/assets/allowed.csv
vendored
3
crates/typos-dict/assets/allowed.csv
vendored
|
@ -1,6 +1,7 @@
|
|||
nilable,used in ruby community
|
||||
thead,html tag
|
||||
hardlinked,filesystem term
|
||||
hd, abbreviation for High Definition
|
||||
referer,http header field
|
||||
deques,noun
|
||||
dequeues,verb
|
||||
|
@ -33,4 +34,4 @@ ro,acronym for read-only
|
|||
dur,abbreviation for duration
|
||||
ang,abbreviation for angle
|
||||
lst,abbreviation for list especially when list is a built-in like Python
|
||||
ans,abbrevation for answer
|
||||
ans,abbreviation for answer
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -28613,7 +28613,6 @@ havve,have
|
|||
hax,hex
|
||||
haynus,heinous
|
||||
hazzle,hassle
|
||||
hd,had
|
||||
hda,had
|
||||
hdinsight,hindsight
|
||||
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 {
|
||||
children: dictgen::DictTrieChild::Flat(&WORD_HD_CHILDREN),
|
||||
value: Some(&["had"]),
|
||||
value: None,
|
||||
};
|
||||
|
||||
pub static WORD_HD_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
|
|
Loading…
Add table
Reference in a new issue