Skip to content

Commit 6986082

Browse files
authored
test: fix description
Signed-off-by: Athan <[email protected]>
1 parent f831caa commit 6986082

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumpw/test

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tape( 'the function has an arity of 1', function test( t ) {
5757
t.end();
5858
});
5959

60-
tape( 'the function computes the sum of all elements in a one-dimensional ndarray using pairwise summation.', function test( t ) {
60+
tape( 'the function computes the sum of all elements in a one-dimensional ndarray using pairwise summation', function test( t ) {
6161
var x;
6262
var v;
6363

0 commit comments

Comments
 (0)