We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba7f8f commit 6804152Copy full SHA for 6804152
source/includes/extracts-concurrency-consistency-recency.yaml
@@ -77,9 +77,9 @@ ref: isolate-cursor-snapshot
77
content: |
78
79
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
+ 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
83
return the same document more than once.
84
85
If your collection has a field or fields that are
0 commit comments