Skip to content

Commit e4cab8f

Browse files
authored
docs: apply suggestion from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 0633302 commit e4cab8f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/max-by/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/max-by/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type Ternary<T, U> = ( this: U, value: T, aidx: number, sidx: number ) => number
6262
* @param value - array element
6363
* @param aidx - array index
6464
* @param sidx - strided index (offset + aidx*stride)
65-
* @param array - input array
65+
* @param array - input ndarray
6666
* @returns result
6767
*/
6868
type Quaternary<T, U> = ( this: U, value: T, aidx: number, sidx: number, array: typedndarray<T> ) => number | void;

0 commit comments

Comments
 (0)