Skip to content

Copy edits for typos #2346

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
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/release-notes/3.1-dev-series-reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ aggregation framework:

{ $sample: { size: <positive integer> } }

For example, the following aggregation operaton randomly selects
For example, the following aggregation operation randomly selects
``5`` documents from the collection:

.. code-block:: javascript
Expand Down
6 changes: 3 additions & 3 deletions source/release-notes/3.1-dev-series.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Partial indexes offer a more expressive mechanism than
:doc:`/core/index-sparse` indexes to determine which documents are
indexed.

Sparse indexes selects documents to index *soley* based on the
Sparse indexes selects documents to index *solely* based on the
existence of the indexed field, or for compound indexes, the existence
the indexed fields.

Expand Down Expand Up @@ -551,8 +551,8 @@ New Aggregation Array Operators
}
}

General Enhacements
~~~~~~~~~~~~~~~~~~~
General Enhancements
~~~~~~~~~~~~~~~~~~~~

``$project`` New Arrays
```````````````````````
Expand Down