Skip to content

Commit 672fd08

Browse files
committed
Add missing typedef
1 parent 26b39c4 commit 672fd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/complex128/lib

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var HAS_ITERATOR_SYMBOL = hasIteratorSymbolSupport();
5454
* 128-bit complex number array constructor.
5555
*
5656
* @constructor
57-
* @param {(NonNegativeInteger|TypedArray|ArrayLikeObject|ArrayBuffer)} [arg] - length, typed array, array-like object, or buffer
57+
* @param {(NonNegativeInteger|TypedArray|ArrayLikeObject|ArrayBuffer|Iterable)} [arg] - length, typed array, array-like object, or buffer
5858
* @param {NonNegativeInteger} [byteOffset=0] - byte offset
5959
* @param {NonNegativeInteger} [length] - view length
6060
* @throws {RangeError} ArrayBuffer byte length must be a multiple of `16`

0 commit comments

Comments
 (0)