Skip to content

Commit cfcdc57

Browse files
committed
Fix example
1 parent 43f385a commit cfcdc57

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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var gzeros = require( '@stdlib/array/base/zeros' );
3737
* @returns {(TypedArray|Array|ComplexArray)} array or typed array
3838
*
3939
* @example
40-
* var arr = zeros(2 );
40+
* var arr = zeros( 2 );
4141
* // returns <Float64Array>[ 0.0, 0.0 ]
4242
*
4343
* @example

0 commit comments

Comments
 (0)