Skip to content

Commit 09e52ec

Browse files
committed
test: update comment
1 parent 5d75ae8 commit 09e52ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/textlint-rule-max-comma-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tester.run("no-todo", rule, {
88
valid: [
99
// no match
1010
"This is text.",
11-
// 3
11+
// 3 is ok by default
1212
"0, 1, 2, 3",
1313
"This `sum(0,1,2,3,4,5,6,7,8,9,10)` is ok",
1414
{

0 commit comments

Comments
 (0)