Skip to content

Commit

Permalink
Merge pull request #1044 from epage/reoccurrence
Browse files Browse the repository at this point in the history
fix(dict): Don't correct reoccurrence
  • Loading branch information
epage committed Jun 22, 2024
2 parents dde4786 + 038802d commit ceaed5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/english.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35527,6 +35527,7 @@ rent
rental
renter
renunciation
reoccurrence
reopen
reorg
rep
Expand Down
1 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -50179,7 +50179,6 @@ renweables,renewables
renyolds,reynolds
reoadmap,roadmap
reoccuring,reoccurring
reoccurrence,recurrence
reocmpression,recompression
reocurring,reoccurring,recurring
reoder,reorder
Expand Down
2 changes: 0 additions & 2 deletions crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51295,7 +51295,6 @@ pub static WORD_REO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
keys: &[
dictgen::InsensitiveStr::Ascii("admap"),
dictgen::InsensitiveStr::Ascii("ccuring"),
dictgen::InsensitiveStr::Ascii("ccurrence"),
dictgen::InsensitiveStr::Ascii("cmpression"),
dictgen::InsensitiveStr::Ascii("curring"),
dictgen::InsensitiveStr::Ascii("der"),
Expand Down Expand Up @@ -51329,7 +51328,6 @@ pub static WORD_REO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
values: &[
&["roadmap"],
&["reoccurring"],
&["recurrence"],
&["recompression"],
&["reoccurring", "recurring"],
&["reorder"],
Expand Down

0 comments on commit ceaed5b

Please sign in to comment.