diff --git a/source/reference/command/collMod.txt b/source/reference/command/collMod.txt index e9beb95122f..eba1a8604d9 100644 --- a/source/reference/command/collMod.txt +++ b/source/reference/command/collMod.txt @@ -21,7 +21,7 @@ collMod collection in the current database, and ```` and ```` with the flag and value you want to set. - Use the :data:`~collStats.userFlags` field in the in + Use the :data:`~collStats.userFlags` field in the :method:`db.collection.stats()` output to check enabled collection flags. diff --git a/source/reference/operator/aggregation/let.txt b/source/reference/operator/aggregation/let.txt index 1bd577d0960..9a14cde7022 100644 --- a/source/reference/operator/aggregation/let.txt +++ b/source/reference/operator/aggregation/let.txt @@ -11,7 +11,7 @@ Definition :expression:`$let` binds variables for use in sub-expressions. - :expression:`$let` is available the in :pipeline:`$project`, + :expression:`$let` is available in the :pipeline:`$project`, :pipeline:`$group`, and :pipeline:`$redact` pipeline stages. Example diff --git a/source/reference/operator/aggregation/map.txt b/source/reference/operator/aggregation/map.txt index 13d0d173777..5c02b7df942 100644 --- a/source/reference/operator/aggregation/map.txt +++ b/source/reference/operator/aggregation/map.txt @@ -12,7 +12,7 @@ Definition :expression:`$map` applies a sub-expression to each item in an array and returns an array with the result of the sub-expression. - :expression:`$map` is available the in :pipeline:`$project`, + :expression:`$map` is available in the :pipeline:`$project`, :pipeline:`$group`, and :pipeline:`$redact` pipeline stages. Example diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index 14177882745..de190c2e2a1 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -550,7 +550,7 @@ stages, specifically the :pipeline:`$project`, :pipeline:`$group`, and { remaining: 25 } - :expression:`$let` is available the in :pipeline:`$project`, + :expression:`$let` is available in the :pipeline:`$project`, :pipeline:`$group`, and :pipeline:`$redact` pipeline stages. .. expression:: $map @@ -558,7 +558,7 @@ stages, specifically the :pipeline:`$project`, :pipeline:`$group`, and :expression:`$map` applies a sub-expression to each item in an array and returns an array with the result of the sub-expression - :expression:`$map` is available the in :pipeline:`$project`, + :expression:`$map` is available in the :pipeline:`$project`, :pipeline:`$group`, and :pipeline:`$redact` pipeline stages. Given an input document that resembles the following: