Merge pull request #961 from epage/og

fix(dict): Don't correct OpenGraph's namespace
This commit is contained in:
Ed Page 2024-04-01 16:38:07 -05:00 committed by GitHub
commit 60f3c38eea
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -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 nilable used in ruby community
22 foldr short for fold-right
23 eof end-of-file in programming
24 eol end-of-line in programming
25 og OpenGraph which is used for previews of websites on social media

View file

@ -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.

View file

@ -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 {