Skip to content

Commit 0ada905

Browse files
kgrytegunjjoshi
authored andcommitted
test: fix grammar
1 parent bd5df00 commit 0ada905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ tape( 'if `N` is zero or the scalar constant is zero, the function returns the i
321321
t.end();
322322
});
323323

324-
tape( 'the function supports specifying stride of the first and second dimensions of `A` (row-major)', function test( t ) {
324+
tape( 'the function supports specifying the strides of the first and second dimensions of `A` (row-major)', function test( t ) {
325325
var expected;
326326
var data;
327327
var out;
@@ -342,7 +342,7 @@ tape( 'the function supports specifying stride of the first and second dimension
342342
t.end();
343343
});
344344

345-
tape( 'the function supports specifying stride of the first and second dimensions of `A` (column-major)', function test( t ) {
345+
tape( 'the function supports specifying the strides of the first and second dimensions of `A` (column-major)', function test( t ) {
346346
var expected;
347347
var data;
348348
var out;

0 commit comments

Comments
 (0)