File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ documents.
55
55
All pipeline operators process a stream of documents and the
56
56
pipeline behaves as if the operation scans a :term:`collection` and
57
57
passes all matching documents into the "top" of the pipeline.
58
- Each operator in the pipleine transforms each document as it passes
58
+ Each operator in the pipeline transforms each document as it passes
59
59
through the pipeline.
60
60
61
61
.. note::
@@ -201,7 +201,7 @@ to scan only the matching documents in a collection.
201
201
.. operator in front of the :agg:pipeline:`$project`.
202
202
203
203
In future versions there may be an optimization phase in the
204
- pipleine that reorders the operations to increase performance without
204
+ pipeline that reorders the operations to increase performance without
205
205
affecting the result. However, at this time place
206
206
:agg:pipeline:`$match` operators at the beginning of the pipeline when
207
207
possible.
You can’t perform that action at this time.
0 commit comments