Skip to content

Commit a022445

Browse files
committed
Add missing word "operator"
1 parent dd28894 commit a022445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/applications/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ the aggregation pipeline, you may want to optimize the operation
184184
by avoiding scanning the entire collection whenever possible.
185185

186186
If your aggregation operation requires only a subset of the data in a
187-
collection, use the :agg:pipeline:`$match` to restrict which items go
187+
collection, use the :agg:pipeline:`$match` operator to restrict which items go
188188
in to the top of the pipeline, as in a query. When placed early in a
189189
pipeline, these :agg:pipeline:`$match` operations use suitable indexes
190190
to scan only the matching documents in a collection.

0 commit comments

Comments
 (0)