Skip to content

Commit 6b09f69

Browse files
authored
docs: document default value
Signed-off-by: Athan <[email protected]>
1 parent 8f435cf commit 6b09f69

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/last-index-of/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/last-index-of/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var DEFAULT_DTYPE = defaults.get( 'dtypes.integer_index' );
4747
*
4848
* @param {ndarrayLike} x - input ndarray
4949
* @param {(ndarrayLike|*)} searchElement - search element
50-
* @param {(ndarrayLike|integer)} [fromIndex] - index from which to begin searching
50+
* @param {(ndarrayLike|integer)} [fromIndex=-1] - index from which to begin searching
5151
* @param {Options} [options] - function options
5252
* @param {integer} [options.dim=-1] - dimension over which to perform operation
5353
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions

0 commit comments

Comments
 (0)