Skip to content

Commit 5386707

Browse files
authored
Fix Lint error
Signed-off-by: Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
1 parent f3b327b commit 5386707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

lib/node_modules/@stdlib/blas/ext/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 = indexOf( x, searchElement, fromIndex );
110-
* // returns <ndarray>[ 3 ]
110+
* // returns <ndarray>[ 4 ]
111111
*/
112112
var indexOf = factory( table, [ idtypes0, idtypes1, idtypes2 ], odtypes, policies ); // eslint-disable-line max-len
113113

0 commit comments

Comments
 (0)