Skip to content

Commit 03d7130

Browse files
authored
docs: fix type
Signed-off-by: Athan <[email protected]>
1 parent 07c7861 commit 03d7130

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gindex-of/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gindex-of/lib/accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @private
2727
* @param {PositiveInteger} N - number of indexed elements
28-
* @param {number} searchElement - search element
28+
* @param {*} searchElement - search element
2929
* @param {Object} x - input array object
3030
* @param {Collection} x.data - input array data
3131
* @param {Array<Function>} x.accessors - array element accessors

0 commit comments

Comments
 (0)