Skip to content

Commit e195a68

Browse files
committed
Avoid duplicate heading
1 parent 2a8464a commit e195a68

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-no-heading-indent

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-no-heading-indent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ code = [
9191
'*',
9292
'* boop',
9393
'*',
94-
'* ## Beep',
94+
'* ## Boop',
9595
'*',
9696
'* beep',
9797
'*',
@@ -138,7 +138,7 @@ console.log( result );
138138
'line': 8,
139139
'column': 4,
140140
'nodeType': null,
141-
'source': '* ## Beep',
141+
'source': '* ## Boop',
142142
'endLine': 18,
143143
'endColumn': 3
144144
}

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-no-heading-indent/examples/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ code = [
1616
'*',
1717
'* boop',
1818
'*',
19-
'* ## Beep',
19+
'* ## Boop',
2020
'*',
2121
'* beep',
2222
'*',
@@ -62,7 +62,7 @@ console.log( result );
6262
'line': 8,
6363
'column': 4,
6464
'nodeType': null,
65-
'source': '* ## Beep',
65+
'source': '* ## Boop',
6666
'endLine': 18,
6767
'endColumn': 3
6868
}

0 commit comments

Comments
 (0)