Skip to content

Commit b7796fa

Browse files
committed
Update source/tutorial/aggregation-examples.txt
Use the same collection name in all examples. Previously, two were "zipcodes" and one was "zipcode". Now all will be "zipcodes".
1 parent f5ee7e2 commit b7796fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/aggregation-examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ following aggregation operation:
133133

134134
.. code-block:: javascript
135135

136-
db.zipcode.aggregate({ $group :
136+
db.zipcodes.aggregate({ $group :
137137
{ _id : { state : "$state", city : "$city" },
138138
pop : { $sum : "$pop" } } },
139139
{ $group :

0 commit comments

Comments
 (0)