mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 23:52:12 -05:00
fix(dict): Don't correct pervious & perviously
This commit is contained in:
parent
989136e755
commit
983b6a5827
3 changed files with 2 additions and 6 deletions
2
crates/typos-dict/assets/allowed.csv
vendored
2
crates/typos-dict/assets/allowed.csv
vendored
|
@ -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
|
||||
|
|
|
2
crates/typos-dict/assets/words.csv
vendored
2
crates/typos-dict/assets/words.csv
vendored
|
@ -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.
|
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue