Skip to content

Commit

Permalink
feat: correct common second-language error
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Nov 26, 2024
1 parent b745701 commit 672ebc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harper-core/src/linting/matcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ impl Matcher {
"not", "longer" => "no longer",
"to", "towards" => "towards",
"though", "process" => "thought process",
"the", "this" => "that this"
"the", "this" => "that this",
"take", "a", "decision" => "make a decision"
};

// TODO: Improve the description for this lint specifically.
Expand Down

0 comments on commit 672ebc9

Please sign in to comment.