Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 31, 2023
1 parent 61471e2 commit 831f6e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complex128/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ setReadOnlyAccessor( Complex128Array.prototype, 'length', function get() {
* @name includes
* @memberof Complex128Array.prototype
* @type {Function}
* @param {Complex128} searchElement - search element
* @param {ComplexLike} searchElement - search element
* @param {integer} [fromIndex=0] - starting index (inclusive)
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} first argument must be a complex number
Expand Down Expand Up @@ -1378,7 +1378,7 @@ setReadOnly( Complex128Array.prototype, 'includes', function includes( searchEle
* @name indexOf
* @memberof Complex128Array.prototype
* @type {Function}
* @param {Complex128} searchElement - element to find
* @param {ComplexLike} searchElement - element to find
* @param {integer} [fromIndex=0] - starting index (inclusive)
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} first argument must be a complex number
Expand Down Expand Up @@ -1448,7 +1448,7 @@ setReadOnly( Complex128Array.prototype, 'indexOf', function indexOf( searchEleme
* @name lastIndexOf
* @memberof Complex128Array.prototype
* @type {Function}
* @param {Complex128} searchElement - element to find
* @param {ComplexLike} searchElement - element to find
* @param {integer} [fromIndex] - index at which to start searching backward (inclusive)
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} first argument must be a complex number
Expand Down
8 changes: 4 additions & 4 deletions complex64/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ setReadOnly( Complex64Array.prototype, 'every', function every( predicate, thisA
* @name fill
* @memberof Complex64Array.prototype
* @type {Function}
* @param {Complex64} value - fill value
* @param {ComplexLike} value - fill value
* @param {integer} [start=0] - starting index (inclusive)
* @param {integer} [end] - ending index (exclusive)
* @throws {TypeError} `this` must be a complex number array
Expand Down Expand Up @@ -1389,7 +1389,7 @@ setReadOnly( Complex64Array.prototype, 'get', function get( idx ) {
* @name includes
* @memberof Complex64Array.prototype
* @type {Function}
* @param {Complex64} searchElement - search element
* @param {ComplexLike} searchElement - search element
* @param {integer} [fromIndex=0] - starting index (inclusive)
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} first argument must be a complex number
Expand Down Expand Up @@ -1459,7 +1459,7 @@ setReadOnly( Complex64Array.prototype, 'includes', function includes( searchElem
* @name indexOf
* @memberof Complex64Array.prototype
* @type {Function}
* @param {Complex64} searchElement - element to find
* @param {ComplexLike} searchElement - element to find
* @param {integer} [fromIndex=0] - starting index (inclusive)
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} first argument must be a complex number
Expand Down Expand Up @@ -1575,7 +1575,7 @@ setReadOnly( Complex64Array.prototype, 'join', function join( separator ) {
* @name lastIndexOf
* @memberof Complex64Array.prototype
* @type {Function}
* @param {Complex64} searchElement - element to find
* @param {ComplexLike} searchElement - element to find
* @param {integer} [fromIndex] - index at which to start searching backward (inclusive)
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} first argument must be a complex number
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 831f6e2

Please sign in to comment.