From db830f8b3fc272edb03314ffd1235c69b7c48977 Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Wed, 8 May 2024 15:30:01 -0500 Subject: [PATCH] typo fix --- docs/fundamentals/aggregation-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/aggregation-builder.txt b/docs/fundamentals/aggregation-builder.txt index 0fc55bcf4..79d650499 100644 --- a/docs/fundamentals/aggregation-builder.txt +++ b/docs/fundamentals/aggregation-builder.txt @@ -404,7 +404,7 @@ stages perform the following operations sequentially: extracted from the ``birthday`` field. - Group the documents by the value of the ``occupation`` field and compute the average value of ``birth_year`` for each group by using the - ``Accumulator::avg()`` function. Assign to result of the computation to + ``Accumulator::avg()`` function. Assign the result of the computation to the ``birth_year_avg`` field. - Sort the documents by the group key field in ascending order. - Create the ``profession`` field from the value of the group key field,