Skip to content

Commit 8aa1f12

Browse files
committed
update main.js
1 parent da44350 commit 8aa1f12

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var increwmean = require( '@stdlib/stats/incr/ewmean' );
3434
* @returns {Function} accumulator function
3535
*
3636
* @example
37-
* var accumulator = increwmean( 0.5 );
37+
* var accumulator = incrnanewmean( 0.5 );
3838
*
3939
* var v = accumulator();
4040
* // returns null

0 commit comments

Comments
 (0)