Skip to content

Commit e0615c9

Browse files
authored
docs: fix type
Signed-off-by: Athan <[email protected]>
1 parent 72ce137 commit e0615c9

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/ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var accessors = require( './accessors.js' );
3030
* Returns the first index of a specified search element in a strided array using alternative indexing semantics.
3131
*
3232
* @param {PositiveInteger} N - number of indexed elements
33-
* @param {number} searchElement - search element
33+
* @param {*} searchElement - search element
3434
* @param {Collection} x - input array
3535
* @param {integer} strideX - stride length
3636
* @param {NonNegativeInteger} offsetX - starting index

0 commit comments

Comments
 (0)