Correct typo reported in bug #34897.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198633 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2005-10-17 20:23:43 +00:00
parent baf0536db2
commit 29f219c0e1

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.41 $ -->
<!-- $Revision: 1.42 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl, bundled -->
<!-- State:experimental -->
@ -347,7 +347,7 @@ $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass, array(
<section id='pdo.transactions'>
<title>Transactions and auto-commit</title>
<para>
Now that you're connected via PDO, you should to understand how PDO
Now that you're connected via PDO, you should be able to understand how PDO
manages transactions before you start issuing queries. If you've never
encountered transactions before, they offer 4 major features: Atomicity,
Consistency, Isolation and Durability (ACID). In layman's terms, any work