Skip to content

Commit c055eef

Browse files
ryanmercadantekay-kim
authored andcommitted
Update db.collection.countDocuments.txt
Removed an extra closing parenthesis
1 parent 669d292 commit c055eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/db.collection.countDocuments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ aggregation operation and returns just the value of ``n``:
9595

9696
db.collection.aggregate([
9797
{ $match: <query> },
98-
{ $group: { _id: null, n: { $sum: 1 } } } )
98+
{ $group: { _id: null, n: { $sum: 1 } } }
9999
])
100100

101101
Empty or Non-Existing Collections and Views

0 commit comments

Comments
 (0)