We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cac7d commit d59611bCopy full SHA for d59611b
docs/transactions.txt
@@ -24,7 +24,7 @@ In this guide, you can learn how to perform a **transaction** in MongoDB by
24
using {+odm-long+}. Transactions let you run a sequence of write operations
25
that update the data only after the transaction is committed.
26
27
-If the transaction fails, {+php-library+}, which manages MongoDB operations
+If the transaction fails, the {+php-library+}, which manages MongoDB operations
28
for the {+odm-short+}, ensures that MongoDB discards all the changes made within
29
the transaction before they become visible. This property of transactions
30
that ensures that all changes within a transaction are either applied or
0 commit comments