Skip to content

Commit 0dc7127

Browse files
authored
docs: remove import
Signed-off-by: Athan <[email protected]>
1 parent 0a76444 commit 0dc7127

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ccopy/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/ccopy/lib/ndarray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ var reinterpret = require( '@stdlib/strided/base/reinterpret-complex64' );
3939
*
4040
* @example
4141
* var Complex64Array = require( '@stdlib/array/complex64' );
42-
* var ccopy = require( '@stdlib/blas/base/ccopy' );
4342
*
4443
* var x = new Complex64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
4544
* var y = new Complex64Array( [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] );

0 commit comments

Comments
 (0)