summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/sqlite3/sqlite3_driver.php
diff options
context:
space:
mode:
authorJamie Rumbelow <jamie@jamierumbelow.net>2012-04-26 14:48:18 +0200
committerJamie Rumbelow <jamie@jamierumbelow.net>2012-04-26 14:48:18 +0200
commitffe7a0a32c414bfda8a115860a55bf7ceedf6f79 (patch)
tree6404d968bbcd3dcbfa867c38cb2700d2a0bd6a93 /system/database/drivers/sqlite3/sqlite3_driver.php
parent606d246d7583a42582c9c283bc2163fec68d30eb (diff)
A couple more documentation updates
Diffstat (limited to 'system/database/drivers/sqlite3/sqlite3_driver.php')
-rw-r--r--system/database/drivers/sqlite3/sqlite3_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/sqlite3/sqlite3_driver.php b/system/database/drivers/sqlite3/sqlite3_driver.php
index fb45bee9c..d22f6a442 100644
--- a/system/database/drivers/sqlite3/sqlite3_driver.php
+++ b/system/database/drivers/sqlite3/sqlite3_driver.php
@@ -29,7 +29,7 @@
* SQLite3 Database Adapter Class
*
* Note: _DB is an extender class that the app controller
- * creates dynamically based on whether the active record
+ * creates dynamically based on whether the query builder
* class is being used or not.
*
* @package CodeIgniter