File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ it uses an aggregation pipeline that contains the following stages:
244244 2014
245245
246246#. :manual:`$group </reference/operator/aggregation/group/>` stage to
247- group the documents by date and calculate the total sale amount,
248- average quantity, and total count for each group
247+ group the documents by date and calculate the total sales amount,
248+ average sales quantity, and sale count for each group
249249
250250#. :manual:`$sort </reference/operator/aggregation/sort/>` stage to
251251 sort the results by the total sale amount for each group in descending
@@ -285,7 +285,7 @@ it uses an aggregation pipeline that contains the following stages:
285285 output a separate document for each element in the ``items.tags`` arrays
286286
287287#. :manual:`$group </reference/operator/aggregation/group/>` stage to
288- group the documents by the tag value and calculates the total sales
288+ group the documents by the tag value and calculate the total sales
289289 amount of items that have each tag
290290
291291.. io-code-block::
You can’t perform that action at this time.
0 commit comments