Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ sum:
name: sum
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.'
return:
desc: 'the average of all given values.'
desc: 'the sum of all given values.'
type: Decimal
params:
-
Expand Down