mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-23 08:02:15 -05:00
commit
5ef04e2858
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
|
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
|
||||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -3383,7 +3383,6 @@ anpitheater,amphitheater
|
||||||
anpitheaters,amphitheaters
|
anpitheaters,amphitheaters
|
||||||
anrachist,anarchist
|
anrachist,anarchist
|
||||||
anroid,android
|
anroid,android
|
||||||
ans,and
|
|
||||||
ansalisation,nasalisation
|
ansalisation,nasalisation
|
||||||
ansalization,nasalization
|
ansalization,nasalization
|
||||||
ansamble,ensemble
|
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 {
|
static WORD_ANS_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||||
children: dictgen::DictTrieChild::Flat(&WORD_ANS_CHILDREN),
|
children: dictgen::DictTrieChild::Flat(&WORD_ANS_CHILDREN),
|
||||||
value: Some(&["and"]),
|
value: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub static WORD_ANS_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
pub static WORD_ANS_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||||
|
|
Loading…
Reference in a new issue