From 3503c520a10e408678e9308b9ad810252d72177f Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Tue, 7 Jul 2020 14:13:55 -0400 Subject: [PATCH] Update extracts-concurrency-consistency-recency.yaml Grammar / typos. --- .../includes/extracts-concurrency-consistency-recency.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/extracts-concurrency-consistency-recency.yaml b/source/includes/extracts-concurrency-consistency-recency.yaml index bf8010985fa..4c560b88dfa 100644 --- a/source/includes/extracts-concurrency-consistency-recency.yaml +++ b/source/includes/extracts-concurrency-consistency-recency.yaml @@ -77,9 +77,9 @@ ref: isolate-cursor-snapshot content: | MongoDB cursors can return the same document more than once in some - situations. As a cursor returns documents other operations may - interleave with the query. If some of these operations change the - indexed field on the index used by the query; then the cursor will + situations. As a cursor returns documents, other operations may + interleave with the query. If one of these operations changes the + indexed field on the index used by the query, then the cursor could return the same document more than once. If your collection has a field or fields that are