Skip to content

Commit 4585661

Browse files
committed
fix(core): feedback from @ccoVeille
1 parent 379856c commit 4585661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harper-core/src/linting/oxford_comma.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl Linter for OxfordComma {
8181
}
8282

8383
fn description(&self) -> &str {
84-
"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."
84+
"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."
8585
}
8686
}
8787

0 commit comments

Comments
 (0)