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 949c89a commit 7ec0df6Copy full SHA for 7ec0df6
lib/node_modules/@stdlib/stats/base/min/lib/accessors.js
@@ -27,7 +27,7 @@ var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' );
27
// MAIN //
28
29
/**
30
-* Computes the maximum value of a strided array.
+* Computes the minimum value of a strided array.
31
*
32
* @private
33
* @param {PositiveInteger} N - number of indexed elements
0 commit comments