Skip to content

Commit d59611b

Browse files
committed
small fix
1 parent 29cac7d commit d59611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this guide, you can learn how to perform a **transaction** in MongoDB by
2424
using {+odm-long+}. Transactions let you run a sequence of write operations
2525
that update the data only after the transaction is committed.
2626

27-
If the transaction fails, {+php-library+}, which manages MongoDB operations
27+
If the transaction fails, the {+php-library+}, which manages MongoDB operations
2828
for the {+odm-short+}, ensures that MongoDB discards all the changes made within
2929
the transaction before they become visible. This property of transactions
3030
that ensures that all changes within a transaction are either applied or

0 commit comments

Comments
 (0)