Skip to content

Commit c583656

Browse files
DOCSP-27798 update to find()explain() (#2740)
1 parent d97d5b1 commit c583656

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() <db.collection.explain()>` 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 :binary:`~bin.mongosh`,

0 commit comments

Comments
 (0)