Skip to content

Copy edits, typos #1327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/command/collMod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ collMod
collection in the current database, and ``<flag>`` and ``<value>``
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.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/operator/aggregation/let.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/reference/operator/aggregation/map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions source/release-notes/2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -550,15 +550,15 @@ 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

: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:
Expand Down