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 f84264f commit 2198a7dCopy full SHA for 2198a7d
1 file changed
lib/node_modules/@stdlib/blas/base/ndarray/zcopy/test/test.js
@@ -58,7 +58,7 @@ tape( 'the function has an arity of 1', function test( t ) {
58
t.end();
59
});
60
61
-tape( 'the function copies values from one-dimensional ndarray `x` into one-dimensional ndarray `y`', function test( t ) {
+tape( 'the function copies values from a one-dimensional ndarray `x` into a one-dimensional ndarray `y`', function test( t ) {
62
var expected;
63
var xbuf;
64
var ybuf;
0 commit comments