Skip to content

Commit 86915c2

Browse files
committed
Fix description
1 parent ca47ff9 commit 86915c2

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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function incrmae() {
7171
return accumulator;
7272

7373
/**
74-
* If provided a value, the accumulator function returns an updated mean absolute error. If not provided a value, the accumulator function returns the current mean absolute error.
74+
* If provided input values, the accumulator function returns an updated mean absolute error. If not provided input values, the accumulator function returns the current mean absolute error.
7575
*
7676
* @private
7777
* @param {number} [x] - input value

0 commit comments

Comments
 (0)