Merge pull request #1004 from epage/doas

fix(dict): Don't correct the doas command
This commit is contained in:
Ed Page 2024-04-23 14:51:10 -05:00 committed by GitHub
commit e7ab9e656c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View file

@ -38,3 +38,4 @@ ans,abbreviation for answer
automations,while automation is uncountable there are cases where automations works like with iPhone automations
inout,keyword in many languages but used in many more
kms,common enough acronym for Key Management Service
doas,built-in OpenBSD alternative to sudo (and has been ported to other systems)

1 nilable used in ruby community
38 automations while automation is uncountable there are cases where automations works like with iPhone automations
39 inout keyword in many languages but used in many more
40 kms common enough acronym for Key Management Service
41 doas built-in OpenBSD alternative to sudo (and has been ported to other systems)

View file

@ -20417,7 +20417,6 @@ doamin,domain,dopamine
doamine,dopamine,domain
doamins,domains
doapmine,dopamine
doas,does
doble,double
dobled,doubled
dobles,doubles

Can't render this file because it is too large.

View file

@ -150892,7 +150892,6 @@ pub static WORD_DOA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("mine"),
dictgen::InsensitiveStr::Ascii("mins"),
dictgen::InsensitiveStr::Ascii("pmine"),
dictgen::InsensitiveStr::Ascii("s"),
],
values: &[
&["diagonal"],
@ -150902,9 +150901,8 @@ pub static WORD_DOA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["dopamine", "domain"],
&["domains"],
&["dopamine"],
&["does"],
],
range: 1..=6,
range: 3..=6,
};
static WORD_DN_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {