File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -285,14 +285,14 @@ Isolation
285285---------
286286
287287When 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
293293No 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
297297To isolate a sequence of write operations from other read and write
298298operations, see :doc:`/tutorial/perform-two-phase-commits`.
You can’t perform that action at this time.
0 commit comments