Skip to content

Commit 8201209

Browse files
Cladiskay-kim
authored andcommitted
inserting missing "with"
1 parent 999ef95 commit 8201209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/aggregation-with-user-preference-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ and passes these documents through the following operations:
362362
likes : "racquetball"
363363
}
364364

365-
- The :pipeline:`$group` operator collects all documents the same
365+
- The :pipeline:`$group` operator collects all documents with the same
366366
value for the ``likes`` field and counts each grouping. With this
367367
information, :pipeline:`$group` creates a new document with two
368368
fields:

0 commit comments

Comments
 (0)