From 1527d5ab53a288beae02e2999d661fe9fd6cf0bb Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Sun, 9 Dec 2012 22:43:23 +0200 Subject: [PATCH] minor: remove errant quotes --- source/reference/aggregation/sum.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/aggregation/sum.txt b/source/reference/aggregation/sum.txt index f2e77b397ee..c8078f04483 100644 --- a/source/reference/aggregation/sum.txt +++ b/source/reference/aggregation/sum.txt @@ -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.