mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
parent
ae0de188c1
commit
47790f2a11
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
|
@ -33,3 +33,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
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -3383,7 +3383,6 @@ anpitheater,amphitheater
|
|||
anpitheaters,amphitheaters
|
||||
anrachist,anarchist
|
||||
anroid,android
|
||||
ans,and
|
||||
ansalisation,nasalisation
|
||||
ansalization,nasalization
|
||||
ansamble,ensemble
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -207852,7 +207852,7 @@ pub static WORD_ANTA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
|
||||
static WORD_ANS_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
children: dictgen::DictTrieChild::Flat(&WORD_ANS_CHILDREN),
|
||||
value: Some(&["and"]),
|
||||
value: None,
|
||||
};
|
||||
|
||||
pub static WORD_ANS_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
|
|
Loading…
Reference in a new issue