Skip to content

Commit

Permalink
fix(dict): Don't correct pervious & perviously
Browse files Browse the repository at this point in the history
  • Loading branch information
not-my-profile committed Jun 26, 2023
1 parent 989136e commit 983b6a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions crates/typos-dict/assets/allowed.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 0 additions & 2 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42509,8 +42509,6 @@ perverst,pervert
pervertes,perverse
perview,preview,purview
perviews,previews,purviews
pervious,previous
perviously,previously
perxoide,peroxide
pesitcides,pesticides
pessiary,pessary
Expand Down
4 changes: 0 additions & 4 deletions crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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,
};
Expand Down

0 comments on commit 983b6a5

Please sign in to comment.