Skip to content

Commit c705c62

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

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
@@ -40,7 +40,7 @@ tape( 'main export is an object', function test( t ) {
4040
t.end();
4141
});
4242

43-
tape( 'the function positively validates code where no spaces are present between an opening parenthesis or bracket and a nested object or array expression', function test( t ) {
43+
tape( 'the function positively validates code where no 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 ) {
4444
var tester = new RuleTester();
4545

4646
try {

0 commit comments

Comments
 (0)