Skip to content

Commit 1527d5a

Browse files
committed
minor: remove errant quotes
1 parent 8d05167 commit 1527d5a

File tree

1 file changed

+1
-1
lines changed
  • source/reference/aggregation

1 file changed

+1
-1
lines changed

source/reference/aggregation/sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $sum (aggregation)
1212
Alternately, if you specify a value as an argument,
1313
:group:`$sum` will increment this field by the specified value
1414
for every document in the grouping. Typically, as in the first
15-
use above, specify a value of ``1`` " in order to count members of the
15+
use above, specify a value of ``1`` in order to count members of the
1616
group.

0 commit comments

Comments
 (0)