Skip to content

Commit c1ea2b8

Browse files
committed
update examples in main.js
1 parent 9ae2150 commit c1ea2b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
3232
* @returns {Function} accumulator function
3333
*
3434
* @example
35-
* var accumulator = incrgmean();
35+
* var accumulator = incrnangmean();
3636
*
3737
* var v = accumulator();
3838
* // returns null

0 commit comments

Comments
 (0)