Skip to content

Commit f71eed2

Browse files
committed
update main.js
1 parent 511d980 commit f71eed2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var incrminmax = require( '@stdlib/stats/incr/minmax' );
3333
* @returns {Function} accumulator function
3434
*
3535
* @example
36-
* var accumulator = incrminmax();
36+
* var accumulator = incrnanminmax();
3737
*
3838
* var mm = accumulator();
3939
* // returns null

0 commit comments

Comments
 (0)