Skip to content

Commit de8bb72

Browse files
authored
chore: apply code review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 933e03c commit de8bb72

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/sindex-of/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/sindex-of/lib/ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Returns the index of a specified search element in a single-precision floating-point strided array.
24+
* Returns the index of a specified search element in a single-precision floating-point strided array using alternative indexing semantics.
2525
*
2626
* @param {PositiveInteger} N - number of indexed elements
2727
* @param {Number} searchElement - number to search index of

0 commit comments

Comments
 (0)