Skip to content

Commit dc0e39b

Browse files
Cladiskay-kim
authored andcommitted
Update analyze-query-plan.txt
1 parent 70cc69d commit dc0e39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/analyze-query-plan.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ The :method:`~cursor.explain()` method returns the following results:
174174
documents.
175175

176176
- :data:`executionStats.totalKeysExamined
177-
<explain.executionStats.totalKeysExamined>` display ``3`` to indicate
177+
<explain.executionStats.totalKeysExamined>` displays ``3`` to indicate
178178
that MongoDB scanned three index entries.
179179

180180
- :data:`executionStats.totalDocsExamined
181-
<explain.executionStats.totalDocsExamined>` display ``3`` to indicate
181+
<explain.executionStats.totalDocsExamined>` displays ``3`` to indicate
182182
that MongoDB scanned three documents.
183183

184184
When run with an index, the query scanned ``3`` index entries and ``3``

0 commit comments

Comments
 (0)