Skip to content

Commit 658f601

Browse files
committed
Correct description of Decimal::sum().
1 parent 643b449 commit 658f601

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)