We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3f5ae commit 61b019fCopy full SHA for 61b019f
lib/node_modules/@stdlib/stats/array/max-by/lib/main.js
@@ -31,7 +31,7 @@ var format = require( '@stdlib/string/format' );
31
/**
32
* Computes the maximum value of an array via a callback function.
33
*
34
-* @param {NumericArray} x - input array
+* @param {Collection} x - input array
35
* @param {Callback} clbk - callback
36
* @param {*} [thisArg] - execution context
37
* @throws {TypeError} first argument must be an array-like object
0 commit comments