Skip to content

Commit 0e2cb50

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 15f3d02 commit 0e2cb50

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/find-index/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/find-index/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Return the first index of an along an ndarray dimension which passes a test implemented by a predicate function.
22+
* Return the first index of an element along an ndarray dimension which passes a test implemented by a predicate function.
2323
*
2424
* @module @stdlib/blas/ext/find-index
2525
*

0 commit comments

Comments
 (0)