Skip to content

Commit 3e0ad2c

Browse files
authored
DOCSP-27379 Removes stray semicolon from code-block (#2758) (#2764)
1 parent 985579d commit 3e0ad2c

File tree

1 file changed

+1
-1
lines changed
  • source/reference/operator/aggregation

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/sort.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Consider the following ``restaurant`` collection:
7777
{ "_id" : 3, "name" : "Empire State Pub", "borough" : "Brooklyn"},
7878
{ "_id" : 4, "name" : "Stan's Pizzaria", "borough" : "Manhattan"},
7979
{ "_id" : 5, "name" : "Jane's Deli", "borough" : "Brooklyn"},
80-
] );
80+
] )
8181

8282
The following command uses the :pipeline:`$sort` stage to sort on
8383
the ``borough`` field:

0 commit comments

Comments
 (0)