Skip to content

Commit 9d7bf9a

Browse files
epckay-kim
authored andcommitted
Copy edits for typos
Signed-off-by: kay <kay.kim@10gen.com>
1 parent 6921cfd commit 9d7bf9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/release-notes/3.1-dev-series-reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ aggregation framework:
3939

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

42-
For example, the following aggregation operaton randomly selects
42+
For example, the following aggregation operation randomly selects
4343
``5`` documents from the collection:
4444

4545
.. code-block:: javascript

source/release-notes/3.1-dev-series.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Partial indexes offer a more expressive mechanism than
164164
:doc:`/core/index-sparse` indexes to determine which documents are
165165
indexed.
166166

167-
Sparse indexes selects documents to index *soley* based on the
167+
Sparse indexes selects documents to index *solely* based on the
168168
existence of the indexed field, or for compound indexes, the existence
169169
the indexed fields.
170170

@@ -551,8 +551,8 @@ New Aggregation Array Operators
551551
}
552552
}
553553

554-
General Enhacements
555-
~~~~~~~~~~~~~~~~~~~
554+
General Enhancements
555+
~~~~~~~~~~~~~~~~~~~~
556556

557557
``$project`` New Arrays
558558
```````````````````````

0 commit comments

Comments
 (0)