Skip to content

Commit 754b337

Browse files
committed
Auto-generated commit
1 parent 04357e4 commit 754b337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
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)