We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b39c4 commit 672fd08Copy full SHA for 672fd08
1 file changed
lib/node_modules/@stdlib/array/complex128/lib/main.js
@@ -54,7 +54,7 @@ var HAS_ITERATOR_SYMBOL = hasIteratorSymbolSupport();
54
* 128-bit complex number array constructor.
55
*
56
* @constructor
57
-* @param {(NonNegativeInteger|TypedArray|ArrayLikeObject|ArrayBuffer)} [arg] - length, typed array, array-like object, or buffer
+* @param {(NonNegativeInteger|TypedArray|ArrayLikeObject|ArrayBuffer|Iterable)} [arg] - length, typed array, array-like object, or buffer
58
* @param {NonNegativeInteger} [byteOffset=0] - byte offset
59
* @param {NonNegativeInteger} [length] - view length
60
* @throws {RangeError} ArrayBuffer byte length must be a multiple of `16`
0 commit comments