Skip to content

Commit

Permalink
Fix syntax error in docs (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Apr 23, 2024
1 parent af89a5e commit 970d1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/method/MongoDBDatabase-aggregate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ running command operations.
$cursor = $database->aggregate(
[
['$currentOp' => []],
['$match' => ['op' => 'command'],
['$match' => ['op' => 'command']],
]
);

Expand Down

0 comments on commit 970d1d3

Please sign in to comment.