From 4c5e906dfaa7f1c78b97f3b93b22da26e994d054 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sun, 11 Aug 2024 22:18:51 -0700 Subject: [PATCH] test: fix description --- lib/node_modules/@stdlib/blas/base/strmv/test/test.ndarray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/blas/base/strmv/test/test.ndarray.js b/lib/node_modules/@stdlib/blas/base/strmv/test/test.ndarray.js index ba07ca2d535..5a1db452f5c 100644 --- a/lib/node_modules/@stdlib/blas/base/strmv/test/test.ndarray.js +++ b/lib/node_modules/@stdlib/blas/base/strmv/test/test.ndarray.js @@ -902,7 +902,7 @@ tape( 'the function supports a negative `x` stride (row-major)', function test( t.end(); }); -tape( 'the function supports a negative `x` (column-major)', function test( t ) { +tape( 'the function supports a negative `x` stride (column-major)', function test( t ) { var expected; var data; var out;