Skip to content

Commit 72b6d05

Browse files
authored
DOCSP-39288 - Typo fix (#2938)
2 parents 82d9993 + db830f8 commit 72b6d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/aggregation-builder.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ stages perform the following operations sequentially:
404404
extracted from the ``birthday`` field.
405405
- Group the documents by the value of the ``occupation`` field and compute
406406
the average value of ``birth_year`` for each group by using the
407-
``Accumulator::avg()`` function. Assign to result of the computation to
407+
``Accumulator::avg()`` function. Assign the result of the computation to
408408
the ``birth_year_avg`` field.
409409
- Sort the documents by the group key field in ascending order.
410410
- Create the ``profession`` field from the value of the group key field,

0 commit comments

Comments
 (0)