Skip to content

Commit 970d1d3

Browse files
authored
Fix syntax error in docs (#1285)
1 parent af89a5e commit 970d1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/method/MongoDBDatabase-aggregate.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ running command operations.
163163
$cursor = $database->aggregate(
164164
[
165165
['$currentOp' => []],
166-
['$match' => ['op' => 'command'],
166+
['$match' => ['op' => 'command']],
167167
]
168168
);
169169

0 commit comments

Comments
 (0)