Skip to content

Commit 91b92d9

Browse files
authored
Merge pull request #1 from piurafunk/master
Correct description of Decimal::sum().
2 parents 643b449 + 658f601 commit 91b92d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ sum:
359359
name: sum
360360
desc: 'The precision of the result will be the max of all precisions that were encountered during the calculation. The given precision should therefore be considered the minimum precision of the result. This method is equivalent to adding each value individually.'
361361
return:
362-
desc: 'the average of all given values.'
362+
desc: 'the sum of all given values.'
363363
type: Decimal
364364
params:
365365
-

0 commit comments

Comments
 (0)