Skip to content

Commit a51cc84

Browse files
authored
test: fix description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 62f2acc commit a51cc84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumors/test

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumors/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 ordinary recursive summation.', function test( t ) {
60+
tape( 'the function computes the sum of all elements in a one-dimensional ndarray using ordinary recursive summation', function test( t ) {
6161
var x;
6262
var v;
6363

0 commit comments

Comments
 (0)