Skip to content

Copy edits for typos #2383

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 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions source/release-notes/3.1-dev-series-reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ stage for the aggregation framework:

* - ``usageStats``

- Stastics on the index use:
- Statistics on the index use:

- ``operations`` is the number of operations that used the
index.
Expand Down Expand Up @@ -2405,14 +2405,14 @@ of the official MongoDB drivers.

* - ``maxScan``

- Postitive integer
- Positive integer

- Optional. Maximum number of documents or index keys to scan
when executing the query.

* - ``maxTimeMS``

- Postitive integer
- Positive integer

- Optional. The cumulative time limit in milliseconds for processing
operations on the cursor. MongoDB aborts the operation at the
Expand Down Expand Up @@ -2576,7 +2576,7 @@ of the official MongoDB drivers.

* - ``maxTimeMS``

- Postitive integer.
- Positive integer.

- Optional. The timeout duration in milliseconds.

Expand Down