Skip to content

Commit 6804152

Browse files
authored
Backport of #4185 to v4.2
1 parent 9ba7f8f commit 6804152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/extracts-concurrency-consistency-recency.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ ref: isolate-cursor-snapshot
7777
content: |
7878
7979
MongoDB cursors can return the same document more than once in some
80-
situations. As a cursor returns documents other operations may
81-
interleave with the query. If some of these operations change the
82-
indexed field on the index used by the query; then the cursor will
80+
situations. As a cursor returns documents, other operations may
81+
interleave with the query. If one of these operations changes the
82+
indexed field on the index used by the query, then the cursor could
8383
return the same document more than once.
8484
8585
If your collection has a field or fields that are

0 commit comments

Comments
 (0)