Skip to content

Commit 26fecba

Browse files
committed
clean up
1 parent 05c91db commit 26fecba

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

source/write/transactions.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ meets an expectation of atomicity, consistency, isolation, and durability.
3535
MongoDB guarantees that the data involved in your transaction operations remains
3636
consistent, even if the operations encounter unexpected errors.
3737

38-
When using the {+driver-short+}, you can start a ``Mongo::Session`` by calling
39-
the ``start_session`` method on your client. Then, you can perform transactions
38+
When using the {+driver-short+}, you can start a session by calling the
39+
``start_session`` method on your client. Then, you can perform transactions
4040
within the session.
4141

4242
.. warning::
4343

44-
Use a ``Mongo::Session`` only in operations running on the ``Mongo::Client``
45-
that created it. Using a ``Mongo::Session`` with a different ``Mongo::Client``
46-
results in operation errors.
44+
Use a session only in operations running on the ``Mongo::Client`` that
45+
created it. Using a session with a different ``Mongo::Client`` results in
46+
operation errors.
4747

4848
Methods
4949
-------
@@ -108,9 +108,6 @@ actions:
108108

109109
.. sharedinclude:: dbx/transactions-parallelism.rst
110110

111-
The {+driver-short+} does not support running parallel operations within a
112-
single transaction.
113-
114111
.. TODO:
115112
Replace content to use this wording when the bulk write guide is added:
116113
.. replacement:: driver-specific-content

0 commit comments

Comments
 (0)