Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 4f72a95

Browse files
marian-rhzoo
authored andcommitted
requireCapitalizedComments: fixed formatting in docs
Closes gh-2064
1 parent b19b33e commit 4f72a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-capitalized-comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
* ```
100100
* ##### Valid:
101101
*
102-
* * ```js
102+
* ```js
103103
* function sayHello( world /*internal*\/ ) {
104104
* }
105105
* ```

0 commit comments

Comments
 (0)