Skip to content

Commit 3664b20

Browse files
authored
DOCSP-27379 Removes stray semicolon from code-block (#2758) (#2763)
1 parent 6b62526 commit 3664b20

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
@@ -75,7 +75,7 @@ Consider the following ``restaurant`` collection:
7575
{ "_id" : 3, "name" : "Empire State Pub", "borough" : "Brooklyn"},
7676
{ "_id" : 4, "name" : "Stan's Pizzaria", "borough" : "Manhattan"},
7777
{ "_id" : 5, "name" : "Jane's Deli", "borough" : "Brooklyn"},
78-
] );
78+
] )
7979

8080
The following command uses the :pipeline:`$sort` stage to sort on
8181
the ``borough`` field:

0 commit comments

Comments
 (0)