Skip to content

Commit 0c528a3

Browse files
committed
Fixes
1 parent 56f4571 commit 0c528a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/aggregation.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,14 @@ Explain an Aggregation
121121
~~~~~~~~~~~~~~~~~~~~~~
122122

123123
To view information about how MongoDB executes your operation, you can
124-
enable the ``explain`` option on your pipeline. When MongoDB explains an
124+
run the the ``explain`` operation on your pipeline. When MongoDB explains an
125125
operation, it returns **execution plans** and performance statistics. An execution
126126
plan is a potential way MongoDB can complete an operation.
127127
When you instruct MongoDB to explain an operation, it returns both the
128128
plan MongoDB selected for the operation and any rejected execution plans.
129129

130130
The following code example runs the same aggregation shown in the preceding section, but
131-
uses the ``mongoc_client_command_simple()`` function to run the ``explain`` operation to
132-
output the operation details:
131+
uses the ``mongoc_client_command_simple()`` function to explain the operation details:
133132

134133
.. io-code-block::
135134

0 commit comments

Comments
 (0)