Skip to content

Commit 492a29c

Browse files
authored
docs: remove duplicate comment
Signed-off-by: Athan <[email protected]>
1 parent 0a41b7c commit 492a29c

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ function lastIndexOf( x, searchElement, fromIndex ) {
117117
'keepdims': false
118118
};
119119

120-
// Initialize the `fromIndex` to the first element along a dimension:
121120
// Initialize the `fromIndex` to the first element along a dimension:
122121
fidx = -1;
123122

0 commit comments

Comments
 (0)