Skip to content

Commit 26c2afa

Browse files
committed
update main.js
1 parent 55a6c20 commit 26c2afa

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmin/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanmin/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var incrmin = require( '@stdlib/stats/incr/min' );
4747
* // returns -5.0
4848
*
4949
* min = accumulator( 10.1 );
50-
* returns -5.0
50+
* // returns -5.0
5151
*
5252
* min = accumulator();
5353
* // returns -5.0

0 commit comments

Comments
 (0)