You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: harper-core/src/linting/oxford_comma.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ impl Linter for OxfordComma {
81
81
}
82
82
83
83
fndescription(&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."
0 commit comments