Skip to content

Commit 516110c

Browse files
authored
Fix Lint Error
Signed-off-by: Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
1 parent 11cd6ea commit 516110c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/last-index-of/lib

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var table = {
107107
*
108108
* // Perform operation:
109109
* var out = lastIndexOf( x, searchElement, fromIndex );
110-
* // returns <ndarray>[ 3 ]
110+
* // returns <ndarray>[ 2 ]
111111
*/
112112
var lastIndexOf = factory( table, [ idtypes0, idtypes1, idtypes2 ], odtypes, policies ); // eslint-disable-line max-len
113113

0 commit comments

Comments
 (0)