Skip to content

Commit 4df8427

Browse files
committed
docs: fix example
1 parent efe7c22 commit 4df8427

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/from-scalar/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/from-scalar/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ declare function scalar2ndarray( value: number | ComplexLike, dtype: 'complex128
117117
* @returns zero-dimensional ndarray
118118
*
119119
* @example
120-
* var Complex64 = require( `@stdlib/complex/float64` );
120+
* var Complex64 = require( `@stdlib/complex/float32` );
121121
* var realf = require( '@stdlib/complex/realf' );
122122
* var imagf = require( '@stdlib/complex/imagf' );
123123
*

0 commit comments

Comments
 (0)