Skip to content

Commit 0307764

Browse files
Update transaction-manager.md
1 parent 88dbcb6 commit 0307764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transaction-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $arangoClient->transactions()->getTransactions();
6262

6363

6464
## Coming from PHP's PDO extension
65-
The client has three quality of life shortcut methods named after PDO. (beginTransaction, rollBack & commit).
65+
The client has two quality of life shortcut methods named after PDO. (beginTransaction & rollBack).
6666
These are meant to make integration with existing packages easier.<br>
6767
_However unlike PDO_, you must provide the collections to which you will write in either write or exclusive mode.
6868

0 commit comments

Comments
 (0)