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.
5555All pipeline operators process a stream of documents and the
5656pipeline behaves as if the operation scans a :term:`collection` and
5757passes 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
5959through the pipeline.
6060
6161.. note::
@@ -201,7 +201,7 @@ to scan only the matching documents in a collection.
201201.. operator in front of the :agg:pipeline:`$project`.
202202
203203In 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
205205affecting the result. However, at this time place
206206:agg:pipeline:`$match` operators at the beginning of the pipeline when
207207possible.
You can’t perform that action at this time.
0 commit comments