Skip to content

Commit efbdb84

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

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
@@ -73,7 +73,7 @@ type Quaternary<T, U> = ( this: U, value: T, aidx: number, sidx: number, array:
7373
* @param value - array element
7474
* @param aidx - array index
7575
* @param sidx - strided index (offset + aidx*stride)
76-
* @param array - input array
76+
* @param array - input ndarray
7777
* @returns result
7878
*/
7979
type Callback<T, U> = Nullary<U> | Unary<T, U> | Binary<T, U> | Ternary<T, U> | Quaternary<T, U>;

0 commit comments

Comments
 (0)