Skip to content

Commit 179f318

Browse files
committed
done
1 parent 39ddc11 commit 179f318

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var incrprod = require( '@stdlib/stats/incr/prod' );
3939
* @returns {Function} accumulator function
4040
*
4141
* @example
42-
* var accumulator = incrprod();
42+
* var accumulator = incrnanprod();
4343
*
4444
* var prod = accumulator();
4545
* // returns null

0 commit comments

Comments
 (0)