Skip to content

Commit 0a42f67

Browse files
authored
docs: update comment
Signed-off-by: Athan <[email protected]>
1 parent ae0e753 commit 0a42f67

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/lib/ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function gfindLastIndex( N, x, strideX, offsetX, clbk, thisArg ) {
6161
if ( idx < 0 ) {
6262
return idx;
6363
}
64-
// Convert the index from reversed "view" to an index in the original "view":
64+
// Convert the index from the reversed "view" to an index in the original "view":
6565
idx = N - 1 - idx;
6666
return idx;
6767
}

0 commit comments

Comments
 (0)