Skip to content

Commit 1a280b1

Browse files
authored
docs: fix signature
Signed-off-by: Athan <[email protected]>
1 parent 4b5eaf4 commit 1a280b1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/max-by/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/array/max-by/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
{{alias}}( x )
2+
{{alias}}( x, clbk[, thisArg] )
33
Computes the maximum value of an array via a callback function.
44

55
If provided an empty array, the function returns `NaN`.

0 commit comments

Comments
 (0)