Skip to content

Commit

Permalink
fix(core): feedback from @ccoVeille
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <ccoVeille@users.noreply.github.com>
  • Loading branch information
elijah-potter and ccoVeille committed Jan 22, 2025
1 parent 1aeac34 commit 39b7fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/linting/oxford_comma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Linter for OxfordComma {
}

fn description(&self) -> &str {
"The Oxford comma is one of the more controversial rules in common use today. Enabling this lint checks that there is a comma before `and` or `or` when listing out more than two ideas."
"The Oxford comma is one of the more controversial rules in common use today. Enabling this lint checks that there is a comma before `and`, `or`, or `nor` when listing out more than two ideas."
}
}

Expand Down

0 comments on commit 39b7fa0

Please sign in to comment.