Skip to content

Commit 888c394

Browse files
committed
MW feedback
1 parent fb9b0ca commit 888c394

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/write/transactions.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ reads reflect the dependent relationship.
5959

6060
.. note::
6161

62-
A client session guarantees causal consistency even if it is not used within a
63-
transaction.
62+
A client session enables causal consistency even if it does not perform a transaction.
6463

6564
The following table describes the guarantees that causally
6665
consistent sessions provide:
@@ -95,7 +94,7 @@ consistent sessions provide:
9594
``delete_one()`` to delete the retrieved document, the driver runs the find
9695
operation first.
9796

98-
In a causally consistent session, MongoDB only guarantees causal consistency between the
97+
In a causally consistent session, MongoDB guarantees causal consistency between only the
9998
following operations:
10099

101100
- Read operations that have a ``majority`` read concern

0 commit comments

Comments
 (0)