We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f2acc commit a51cc84Copy full SHA for a51cc84
1 file changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/gsumors/test/test.js
@@ -57,7 +57,7 @@ tape( 'the function has an arity of 1', function test( t ) {
57
t.end();
58
});
59
60
-tape( 'the function computes the sum of all elements in a one-dimensional ndarray using ordinary recursive summation.', function test( t ) {
+tape( 'the function computes the sum of all elements in a one-dimensional ndarray using ordinary recursive summation', function test( t ) {
61
var x;
62
var v;
63
0 commit comments