Skip to content

Commit a166bbf

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent b7de083 commit a166bbf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-last-index/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import gfindLastIndex = require( './index' );
2121
/**
2222
* Predicate function.
2323
*
24-
* @param v - ndarray element
24+
* @param v - array element
2525
* @returns result
2626
*/
2727
function isEven( v: any ): boolean {

0 commit comments

Comments
 (0)