fix(dict): Don't correct pervious & perviously

This commit is contained in:
Martin Fischer 2023-06-21 16:08:27 +02:00
parent 989136e755
commit 983b6a5827
3 changed files with 2 additions and 6 deletions

View file

@ -8,3 +8,5 @@ ons,so `add-ons` works
accreting,verb of accrete
zar,currency code for the South African rand
simulative,adjective
pervious,adjective
perviously,adverb

1 nilable used in ruby community
8 accreting verb of accrete
9 zar currency code for the South African rand
10 simulative adjective
11 pervious adjective
12 perviously adverb

View file

@ -42509,8 +42509,6 @@ perverst,pervert
pervertes,perverse
perview,preview,purview
perviews,previews,purviews
pervious,previous
perviously,previously
perxoide,peroxide
pesitcides,pesticides
pessiary,pessary

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

View file

@ -69197,8 +69197,6 @@ pub static WORD_PERV_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
dictgen::InsensitiveStr::Ascii("ertes"),
dictgen::InsensitiveStr::Ascii("iew"),
dictgen::InsensitiveStr::Ascii("iews"),
dictgen::InsensitiveStr::Ascii("ious"),
dictgen::InsensitiveStr::Ascii("iously"),
],
values: &[
&["prevail"],
@ -69211,8 +69209,6 @@ pub static WORD_PERV_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
&["perverse"],
&["preview", "purview"],
&["previews", "purviews"],
&["previous"],
&["previously"],
],
range: 3..=6,
};