Skip to content

Commit 4459915

Browse files
committed
DOCS-617 edits
1 parent 0706716 commit 4459915

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

draft/core/write-operations.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,14 @@ Isolation
285285
---------
286286

287287
When a single write operation modifies multiple documents, the
288-
operation as a whole is not atomic, but the modification of each
289-
document is. The modification of a single Mongo document (or record)
290-
remains atomic even if the write operation modifies more than one
291-
sub-document *within* that document.
288+
operation as a whole is not atomic, and other operations may
289+
interleave. The modification of a single document, or record, is always
290+
atomic, even if the write operation modifies multiple sub-document
291+
*within* the single record.
292292

293293
No other operations are atomic; however, you can attempt to isolate a
294-
write operation that affects multiple documents using the :doc:`$atomic
295-
isolation operator </reference/operator/atomic>`.
294+
write operation that affects multiple documents using the
295+
:doc:`isolation operator </reference/operator/atomic>`.
296296

297297
To isolate a sequence of write operations from other read and write
298298
operations, see :doc:`/tutorial/perform-two-phase-commits`.

0 commit comments

Comments
 (0)