diff --git a/reference/pdo/transactions.xml b/reference/pdo/transactions.xml index b759b292d6..7cf965646d 100644 --- a/reference/pdo/transactions.xml +++ b/reference/pdo/transactions.xml @@ -1,5 +1,5 @@ - + Transactions and auto-commit @@ -95,8 +95,8 @@ try { complex queries to extract data, and possibly use that information to build up more updates and queries; while the transaction is active, you are guaranteed that no one else can make changes while you are in the - middle of your work. In truth, this isn't 100% correct, but it is a - good-enough introduction, if you've never heard of transactions before. + middle of your work. For further reading on transactions, refer to the + documentation provided by your database server.