From bded2542360bbe39359924c152632b62694ddaef Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Fri, 25 Sep 2015 16:27:16 -0400 Subject: [PATCH] Copy edits for typos --- source/release-notes/3.1-dev-series-reference.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/release-notes/3.1-dev-series-reference.txt b/source/release-notes/3.1-dev-series-reference.txt index 4b7c10800fc..dfc88e0ec83 100644 --- a/source/release-notes/3.1-dev-series-reference.txt +++ b/source/release-notes/3.1-dev-series-reference.txt @@ -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. @@ -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 @@ -2576,7 +2576,7 @@ of the official MongoDB drivers. * - ``maxTimeMS`` - - Postitive integer. + - Positive integer. - Optional. The timeout duration in milliseconds.