Skip to content

Commit dab063a

Browse files
authored
docs: fix comment
Signed-off-by: Athan <[email protected]>
1 parent 492a29c commit dab063a

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
@@ -117,7 +117,7 @@ function lastIndexOf( x, searchElement, fromIndex ) {
117117
'keepdims': false
118118
};
119119

120-
// Initialize the `fromIndex` to the first element along a dimension:
120+
// Initialize the `fromIndex` to the last element along a dimension:
121121
fidx = -1;
122122

123123
// Initialize a flag indicating whether the `fromIndex` argument is a scalar:

0 commit comments

Comments
 (0)