Skip to content

Commit 7402c44

Browse files
committed
Fix example
1 parent 1b4e0de commit 7402c44

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/full/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/full/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @example
3333
* var full = require( '@stdlib/array/full' );
3434
*
35-
** var arr = full( 2, 1.0, 'float32' );
35+
* var arr = full( 2, 1.0, 'float32' );
3636
* // returns <Float32Array>[ 1.0, 1.0 ]
3737
*/
3838

0 commit comments

Comments
 (0)