From b4b9bd3fc5bed95c19cd394d9fbf29772e94614a Mon Sep 17 00:00:00 2001 From: Rafael Schwemmer Date: Thu, 5 Feb 2015 15:30:13 +0100 Subject: Update transactions.rst Corrected a grammatical error in "CodeIgniter's Approach to Transactions" --- user_guide_src/source/database/transactions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src') diff --git a/user_guide_src/source/database/transactions.rst b/user_guide_src/source/database/transactions.rst index e9190e59a..2e6d4b477 100644 --- a/user_guide_src/source/database/transactions.rst +++ b/user_guide_src/source/database/transactions.rst @@ -21,7 +21,7 @@ approach because it greatly simplifies the process of running transactions. In most cases all that is required are two lines of code. Traditionally, transactions have required a fair amount of work to -implement since they demand that you to keep track of your queries and +implement since they demand that you keep track of your queries and determine whether to commit or rollback based on the success or failure of your queries. This is particularly cumbersome with nested queries. In contrast, we've implemented a smart transaction system that does all -- cgit v1.2.3-24-g4f1b