Details
-
Bug
-
Resolution: Fixed
-
None
-
None
-
None
Description
I found a little mistake in this 3.6 docs.
```
use admin
db.aggregate( [ {
$currentOp :
}, {
$match :
}
] } )
```
As you learnt, the last example of aggregation, there is more one right bracket at the last.