From cb36e34719bf60904bc7fa39dfbcb0fa86310e66 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 31 Aug 2008 14:24:56 +0000 Subject: grammar changes --- user_guide/database/transactions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/database/transactions.html') diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index 7ff23ee66..8652aad18 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -62,7 +62,7 @@ Transactions

Transactions

CodeIgniter's database abstraction allows you to use transactions with databases that support transaction-safe table types. In MySQL, you'll need -to be running InnoDB or BDB table types rather then the more common MyISAM. Most other database platforms support transactions natively.

+to be running InnoDB or BDB table types rather than the more common MyISAM. Most other database platforms support transactions natively.

If you are not familiar with transactions we recommend you find a good online resource to learn about them for your particular database. The information below assumes you -- cgit v1.2.3-24-g4f1b