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 source/reference/aggregation/sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ $sum (aggregation)
Alternately, if you specify a value as an argument,
:group:`$sum` will increment this field by the specified value
for every document in the grouping. Typically, as in the first
use above, specify a value of ``1`` " in order to count members of the
use above, specify a value of ``1`` in order to count members of the
group.