Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romanb committed May 13, 2010
1 parent 7d79777 commit 184a402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/en/dbal.txt
Expand Up @@ -213,7 +213,7 @@ of an exception. The following code snippet is functionally equivalent to the pr
});


The `Doctrine\DBAL\Connection` also has methods control the transaction isolation level as supported by the underlying database.
The `Doctrine\DBAL\Connection` also has methods to control the transaction isolation level as supported by the underlying database.
`Connection#setTransactionIsolation($level)` and Connection#getTransactionIsolation() can be used for that purpose.
The possible isolation levels are represented by the following constants:

Expand Down

0 comments on commit 184a402

Please sign in to comment.