Skip to content

Commit 093ba37

Browse files
authored
remove trailing space (lint error)
Signed-off-by: Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
1 parent 516110c commit 093ba37

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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var DEFAULT_DTYPE = defaults.get( 'dtypes.integer_index' );
8282
*
8383
* // Perform operation:
8484
* var out = lastIndexOf( x, 2.0 );
85-
* // returns <ndarray>[ 1, 0 ]
85+
* // returns <ndarray>[ 1, 0 ]
8686
*/
8787
function lastIndexOf( x, searchElement, fromIndex ) {
8888
var hasOptions;

0 commit comments

Comments
 (0)