We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f385a commit cfcdc57Copy full SHA for cfcdc57
lib/node_modules/@stdlib/array/zeros/lib/main.js
@@ -37,7 +37,7 @@ var gzeros = require( '@stdlib/array/base/zeros' );
37
* @returns {(TypedArray|Array|ComplexArray)} array or typed array
38
*
39
* @example
40
-* var arr = zeros(2 );
+* var arr = zeros( 2 );
41
* // returns <Float64Array>[ 0.0, 0.0 ]
42
43
0 commit comments