Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hippietrail committed Feb 10, 2025
1 parent 8702334 commit 93f2736
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions harper-core/src/linting/matcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ impl Matcher {

// wrong set phrases and collocations
triggers.extend(pt! {
"same", "than" => "same as",
"Same", "than" => "same as" });
"same", "than" => "same as",
"Same", "than" => "same as"
});

// belonging to multiple of the other categories
triggers.extend(pt! {
Expand Down

0 comments on commit 93f2736

Please sign in to comment.