Skip to content

Commit 0c6bd31

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 28f46bf commit 0c6bd31

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdotc/lib/zdotc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ var ndarray = require( './ndarray.js' );
3838
*
3939
* @example
4040
* var Complex128Array = require( '@stdlib/array/complex128' );
41-
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
4241
* var zdotc = require( '@stdlib/blas/base/zdotc' );
4342
*
4443
* var x = new Complex128Array( [ 7.0, -8.0, -1.0, -9.0 ] );

0 commit comments

Comments
 (0)