Skip to content

Commit 2f52f71

Browse files
committed
Fix example return value
1 parent ec04e0f commit 2f52f71

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/complex64/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function isComplexArray( value ) {
130130
* // returns <Complex64Array>
131131
*
132132
* var len = arr.length;
133-
* // returns 2
133+
* // returns 1
134134
*
135135
* @example
136136
* var ArrayBuffer = require( '@stdlib/array/buffer' );

0 commit comments

Comments
 (0)