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 55a6c20 commit 26c2afaCopy full SHA for 26c2afa
lib/node_modules/@stdlib/stats/incr/nanmin/lib/main.js
@@ -47,7 +47,7 @@ var incrmin = require( '@stdlib/stats/incr/min' );
47
* // returns -5.0
48
*
49
* min = accumulator( 10.1 );
50
-* returns -5.0
+* // returns -5.0
51
52
* min = accumulator();
53
0 commit comments