mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Merge pull request #676 from jplatte/jplatte/empheral
feat(dict): Add empheral -> ephemeral
This commit is contained in:
commit
eb55efadd4
2 changed files with 3 additions and 0 deletions
1
crates/typos-dict/assets/words.csv
vendored
1
crates/typos-dict/assets/words.csv
vendored
|
@ -18010,6 +18010,7 @@ emphazise,emphasise
|
|||
emphazised,emphasised
|
||||
emphazises,emphasises
|
||||
emphazising,emphasising
|
||||
empheral,ephemeral
|
||||
emphesized,emphasized
|
||||
emphesizes,emphasizes
|
||||
emphesizing,emphasizing
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -118139,6 +118139,7 @@ pub static WORD_EMP_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
dictgen::InsensitiveStr::Ascii("hazised"),
|
||||
dictgen::InsensitiveStr::Ascii("hazises"),
|
||||
dictgen::InsensitiveStr::Ascii("hazising"),
|
||||
dictgen::InsensitiveStr::Ascii("heral"),
|
||||
dictgen::InsensitiveStr::Ascii("hesized"),
|
||||
dictgen::InsensitiveStr::Ascii("hesizes"),
|
||||
dictgen::InsensitiveStr::Ascii("hesizing"),
|
||||
|
@ -118195,6 +118196,7 @@ pub static WORD_EMP_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
|
|||
&["emphasised"],
|
||||
&["emphasises"],
|
||||
&["emphasising"],
|
||||
&["ephemeral"],
|
||||
&["emphasized"],
|
||||
&["emphasizes"],
|
||||
&["emphasizing"],
|
||||
|
|
Loading…
Reference in a new issue