Skip to content

Commit 1b4e0de

Browse files
committed
Fix example
1 parent 567cd4d commit 1b4e0de

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/zeros/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 zeros = require( '@stdlib/array/zeros' );
3434
*
35-
** var arr = zeros( 2, 'float32' );
35+
* var arr = zeros( 2, 'float32' );
3636
* // returns <Float32Array>[ 0.0, 0.0 ]
3737
*/
3838

0 commit comments

Comments
 (0)