Skip to content

Commit 7db92dc

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent b4af45e commit 7db92dc

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*
2626
* @example
2727
* var Complex128Array = require( '@stdlib/array/complex128' );
28-
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
2928
* var zdotc = require( '@stdlib/blas/base/zdotc' );
3029
*
3130
* var x = new Complex128Array( [ 7.0, -8.0, -1.0, -9.0 ] );
@@ -35,7 +34,6 @@
3534
*
3635
* @example
3736
* var Complex128Array = require( '@stdlib/array/complex128' );
38-
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
3937
* var zdotc = require( '@stdlib/blas/base/zdotc' );
4038
*
4139
* var x = new Complex128Array( [ 7.0, -8.0, -1.0, -9.0 ] );

0 commit comments

Comments
 (0)