diff --git a/source/reference/method/db.collection.explain.txt b/source/reference/method/db.collection.explain.txt index 5e34b9c9383..d3371411fca 100644 --- a/source/reference/method/db.collection.explain.txt +++ b/source/reference/method/db.collection.explain.txt @@ -13,7 +13,8 @@ Description Returns information on the query plan for the following operations: :method:`aggregate() `; :method:`count() - `; :method:`find() `; + `; :method:`distinct() `; + :method:`find() `; :method:`group() `; :method:`remove() `; and :method:`update() ` methods.