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 511d980 commit f71eed2Copy full SHA for f71eed2
lib/node_modules/@stdlib/stats/incr/nanminmax/lib/main.js
@@ -33,7 +33,7 @@ var incrminmax = require( '@stdlib/stats/incr/minmax' );
33
* @returns {Function} accumulator function
34
*
35
* @example
36
-* var accumulator = incrminmax();
+* var accumulator = incrnanminmax();
37
38
* var mm = accumulator();
39
* // returns null
0 commit comments