Skip to content

Commit 3781cbd

Browse files
authored
fix: apply review suggestions
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 3b2cfef commit 3781cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
161161
t.end();
162162
});
163163

164-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of first element repeated N times', opts, function test( t ) {
164+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', opts, function test( t ) {
165165
var x;
166166
var v;
167167

0 commit comments

Comments
 (0)