Skip to content

Commit b3f312c

Browse files
committed
test: fix description
1 parent 1745404 commit b3f312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/strmv/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ tape( 'the function supports a negative `x` stride (row-major)', function test(
902902
t.end();
903903
});
904904

905-
tape( 'the function supports a negative `x` (column-major)', function test( t ) {
905+
tape( 'the function supports a negative `x` stride (column-major)', function test( t ) {
906906
var expected;
907907
var data;
908908
var out;

0 commit comments

Comments
 (0)