Skip to content

Commit 521364d

Browse files
authored
test: tweak description slightly
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent ce44cff commit 521364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnansumors/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
166166
t.end();
167167
});
168168

169-
tape( 'if provided a `stride` parameter equal to `0`, `offset` parameter equal to `0` and first element is NaN, the function returns `0`', function test( t ) {
169+
tape( 'if provided a `stride` and `offset` parameter equal to `0` and the first element is NaN, the function returns `0`', function test( t ) {
170170
var x;
171171
var v;
172172

0 commit comments

Comments
 (0)