Skip to content

Commit 92cea3c

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent c705c62 commit 92cea3c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tape( 'the function positively validates code where no spaces are present betwee
5555
t.end();
5656
});
5757

58-
tape( 'the function negatively validates code where spaces are present between an opening parenthesis or bracket and a nested object or array expression', function test( t ) {
58+
tape( 'the function negatively validates code where spaces are present between an opening parenthesis or bracket and a nested object or array expression at the end of a line', function test( t ) {
5959
var tester = new RuleTester();
6060

6161
try {

0 commit comments

Comments
 (0)