Skip to content

Commit 2198a7d

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent f84264f commit 2198a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/zcopy/test

lib/node_modules/@stdlib/blas/base/ndarray/zcopy/test/test.js

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

61-
tape( 'the function copies values from one-dimensional ndarray `x` into one-dimensional ndarray `y`', function test( t ) {
61+
tape( 'the function copies values from a one-dimensional ndarray `x` into a one-dimensional ndarray `y`', function test( t ) {
6262
var expected;
6363
var xbuf;
6464
var ybuf;

0 commit comments

Comments
 (0)