Skip to content

Commit 0633302

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/max-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The invoked callback is provided four arguments:
6565
- **value**: array element.
6666
- **aidx**: array index.
6767
- **sidx**: strided index (`offset + aidx*stride`).
68-
- **array**: input array/collection.
68+
- **array**: input ndarray.
6969

7070
To set the callback execution context, provide a `thisArg`.
7171

0 commit comments

Comments
 (0)