Skip to content

Commit 69bae07

Browse files
committed
Fix example return value
1 parent 5539446 commit 69bae07

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/mae/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* // returns null
3333
*
3434
* m = accumulator( 2.0, 3.0 );
35-
* // returns 2.0
35+
* // returns 1.0
3636
*
3737
* m = accumulator( -5.0, 2.0 );
3838
* // returns 4.0

0 commit comments

Comments
 (0)