From 0870c4e5a987bb6fd8b2f185b91de01d73942c0b Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Thu, 13 Mar 2014 20:58:18 -0500 Subject: [PATCH] Update $sum operator reference documentation Remove a confusing part of the sentence referencing a non-existent example --- source/reference/operator/aggregation/sum.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/aggregation/sum.txt b/source/reference/operator/aggregation/sum.txt index 45fefa1ea77..84e48ee728a 100644 --- a/source/reference/operator/aggregation/sum.txt +++ b/source/reference/operator/aggregation/sum.txt @@ -7,7 +7,7 @@ $sum (aggregation) .. group:: $sum Returns the sum of all the values for a specified - field in the grouped documents, as in the second use above. + field in the grouped documents. Alternately, if you specify a value as an argument, :group:`$sum` will increment this field by the specified value