fix(dict): Don't correct OpenGraph's namespace

Fixes #960
This commit is contained in:
Ed Page 2024-04-01 16:31:35 -05:00
parent 1d491b8911
commit 37254d2e8e
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 {