Skip to content

Commit cbf290d

Browse files
DOCSP-27798 update to find()explain() (#2745)
1 parent b4c1b4d commit cbf290d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fact-explain-methods-differences.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ following key differences:
66
additional chaining of query modifiers. For list of query modifiers,
77
see :ref:`db.collection.explain().find().help() <explain-method-help>`.
88

9-
- The :method:`db.collection.explain().find()` returns a cursor, which
9+
- The :method:`db.collection.find().explain() <db.collection.explain()>` returns a cursor, which
1010
requires a call to ``.next()``, or its alias ``.finish()``, to return
1111
the ``explain()`` results.
1212
If run interactively in the :binary:`~bin.mongo` shell, the

0 commit comments

Comments
 (0)