Skip to content

Commit 2262586

Browse files
kgrytegunjjoshi
authored andcommitted
test: update descriptions
1 parent fd3cbba commit 2262586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ tape( 'if `N` is zero, the function returns the input vector unchanged (column-m
671671
t.end();
672672
});
673673

674-
tape( 'the function supports specifying stride of the first and second dimensions of `A` (row-major)', function test( t ) {
674+
tape( 'the function supports specifying the strides of the first and second dimensions of `A` (row-major)', function test( t ) {
675675
var expected;
676676
var data;
677677
var out;
@@ -692,7 +692,7 @@ tape( 'the function supports specifying stride of the first and second dimension
692692
t.end();
693693
});
694694

695-
tape( 'the function supports specifying stride of the first and second dimensions of `A` (column-major)', function test( t ) {
695+
tape( 'the function supports specifying the strides of the first and second dimensions of `A` (column-major)', function test( t ) {
696696
var expected;
697697
var data;
698698
var out;

0 commit comments

Comments
 (0)