Skip to content

Commit a67dd3a

Browse files
committed
Replace "for" with "in"
1 parent fdf2ab8 commit a67dd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/applications/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ must fit in memory.
220220

221221
:agg:pipeline:`$group` has similar characteristics: Before any
222222
:agg:pipeline:`$group` passes its output along the pipeline, it must
223-
receive the entirety of its input. For the case of :agg:pipeline:`$group`
223+
receive the entirety of its input. In the case of :agg:pipeline:`$group`
224224
this frequently does not require as much memory as
225225
:agg:pipeline:`$sort`, because it only needs to retain one record for
226226
each unique key in the grouping specification.

0 commit comments

Comments
 (0)