We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b62526 commit 3664b20Copy full SHA for 3664b20
source/reference/operator/aggregation/sort.txt
@@ -75,7 +75,7 @@ Consider the following ``restaurant`` collection:
75
{ "_id" : 3, "name" : "Empire State Pub", "borough" : "Brooklyn"},
76
{ "_id" : 4, "name" : "Stan's Pizzaria", "borough" : "Manhattan"},
77
{ "_id" : 5, "name" : "Jane's Deli", "borough" : "Brooklyn"},
78
- ] );
+ ] )
79
80
The following command uses the :pipeline:`$sort` stage to sort on
81
the ``borough`` field:
0 commit comments