mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
parent
1d491b8911
commit
37254d2e8e
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
|
@ -22,3 +22,4 @@ shttp,also a protocol
|
|||
foldr,short for fold-right
|
||||
eof,end-of-file in programming
|
||||
eol,end-of-line in programming
|
||||
og,OpenGraph which is used for previews of websites on social media
|
||||
|
|
|
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -40836,7 +40836,6 @@ oftenly,often
|
|||
ofter,after,offer,often
|
||||
oftern,often
|
||||
ofthen,often
|
||||
og,of
|
||||
oganization,organization
|
||||
oger,ogre
|
||||
ogerish,ogreish
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -82664,7 +82664,7 @@ pub static WORD_OH_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictg
|
|||
|
||||
static WORD_OG_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {
|
||||
children: dictgen::DictTrieChild::Flat(&WORD_OG_CHILDREN),
|
||||
value: Some(&["of"]),
|
||||
value: None,
|
||||
};
|
||||
|
||||
pub static WORD_OG_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
|
||||
|
|
Loading…
Reference in a new issue