Skip to content

Commit

Permalink
Update source/retryable-writes/retryable-writes.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel Atkinson <isabelatkinson@gmail.com>
  • Loading branch information
comandeo-mongo and isabelatkinson authored Dec 15, 2023
1 parent 37e0358 commit cf7907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/retryable-writes/retryable-writes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Retryable Writes Within Transactions
In MongoDB 4.0 the only supported retryable write commands within a transaction
are ``commitTransaction`` and ``abortTransaction``. Therefore drivers MUST NOT
retry write commands within transactions even when ``retryWrites`` has been
enabled on the ``MongoClient``. In addition, drivers MUST NOT add
set to true on the ``MongoClient``. In addition, drivers MUST NOT add
the ``RetryableWriteError`` label to any error that occurs during a write
command within a transaction (excepting ``commitTransation``
and ``abortTransaction``), even when ``retryWrites`` has been enabled on
Expand Down

0 comments on commit cf7907f

Please sign in to comment.