From 92cea3cf25619f5378931f8e028f4743225bd08d Mon Sep 17 00:00:00 2001 From: Muhammad Haris <101793258+headlessNode@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:03:09 +0500 Subject: [PATCH] docs: apply review suggestion Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com> --- .../_tools/eslint/rules/eol-open-bracket-spacing/test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/test/test.js b/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/test/test.js index c7b900a48f24..43153651efa8 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/test/test.js +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/test/test.js @@ -55,7 +55,7 @@ tape( 'the function positively validates code where no spaces are present betwee t.end(); }); -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 ) { +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 ) { var tester = new RuleTester(); try {