We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82d9993 + db830f8 commit 72b6d05Copy full SHA for 72b6d05
docs/fundamentals/aggregation-builder.txt
@@ -404,7 +404,7 @@ stages perform the following operations sequentially:
404
extracted from the ``birthday`` field.
405
- Group the documents by the value of the ``occupation`` field and compute
406
the average value of ``birth_year`` for each group by using the
407
- ``Accumulator::avg()`` function. Assign to result of the computation to
+ ``Accumulator::avg()`` function. Assign the result of the computation to
408
the ``birth_year_avg`` field.
409
- Sort the documents by the group key field in ascending order.
410
- Create the ``profession`` field from the value of the group key field,
0 commit comments