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 283331a commit 7ce5b57Copy full SHA for 7ce5b57
source/write/transactions.txt
@@ -21,7 +21,7 @@ Overview
21
--------
22
23
In this guide, you can learn how to use the {+driver-short+} driver to perform
24
-**transactions**. Transactions allowyou to run a series of operations that do
+**transactions**. Transactions allow you to run a series of operations that do
25
not change any data until the transaction is committed. If any operation in
26
the transaction returns an error, the driver cancels the transaction and discards
27
all data changes before they ever become visible.
0 commit comments