We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb33be6 commit 25cbdd6Copy full SHA for 25cbdd6
lib/node_modules/@stdlib/array/docs/types/index.d.ts
@@ -577,7 +577,7 @@ interface Namespace {
577
* var zeros = require( '@stdlib/array/zeros' );
578
*
579
* var x = zeros( 2, 'float64' );
580
- * // returns <Float32Array>[ 0.0, 0.0 ]
+ * // returns <Float64Array>[ 0.0, 0.0 ]
581
582
* var arr = ns.emptyLike( x, 'float32' );
583
* // returns <Float32Array>
0 commit comments