From 184a402f3983b3c18ed5b36c633c9c7935839266 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Thu, 13 May 2010 13:14:37 +0200 Subject: [PATCH] Fixed typo --- manual/en/dbal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/en/dbal.txt b/manual/en/dbal.txt index cb2877b95..017edf56b 100644 --- a/manual/en/dbal.txt +++ b/manual/en/dbal.txt @@ -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: