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 04357e4 commit 754b337Copy full SHA for 754b337
lib/index.js
@@ -32,7 +32,7 @@
32
* @example
33
* var full = require( '@stdlib/array-full' );
34
*
35
-** var arr = full( 2, 1.0, 'float32' );
+* var arr = full( 2, 1.0, 'float32' );
36
* // returns <Float32Array>[ 1.0, 1.0 ]
37
*/
38
0 commit comments