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 50e2cb3 commit 2bb13a3Copy full SHA for 2bb13a3
lib/node_modules/@stdlib/ndarray/base/some-by/test/test.js
@@ -56,7 +56,7 @@ tape( 'the function returns `false` if provided an empty input ndarray', functio
56
}
57
});
58
59
-tape( 'the function returns `true` if provided `n` parameter is less than zero', function test( t ) {
+tape( 'the function returns `true` if a provided `n` parameter is less than zero', function test( t ) {
60
var actual;
61
var x;
62
var n;
0 commit comments