Skip to content

Commit 3190b6d

Browse files
committed
Fix example code
1 parent e1a2123 commit 3190b6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/eslint/rules/stdlib.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ rules[ 'stdlib/jsdoc-final-definition' ] = 'error';
556556
* /**
557557
* * Boop beep.
558558
* *
559-
* * ## Beep
559+
* * # Beep
560560
* *
561561
* * Boop.
562562
* *
@@ -576,7 +576,7 @@ rules[ 'stdlib/jsdoc-final-definition' ] = 'error';
576576
* /**
577577
* * Boop beep.
578578
* *
579-
* * # Beep
579+
* * ## Beep
580580
* *
581581
* * Boop.
582582
* *

0 commit comments

Comments
 (0)