Skip to content

Commit b984243

Browse files
authored
docs: fix copy
Signed-off-by: Athan <[email protected]>
1 parent 06bb5fd commit b984243

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/last-index-of/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var idx = out.get();
7979
// returns -1
8080
```
8181

82-
By default, the function begins searching from the first element along the reduction dimension. To begin searching from a different index, provide a `fromIndex` argument.
82+
By default, the function begins searching from the last element along the reduction dimension. To begin searching from a different index, provide a `fromIndex` argument.
8383

8484
```javascript
8585
var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)