diff options
author | Damien Grandi <damien.grandi@gmail.com> | 2016-02-09 18:11:29 +0100 |
---|---|---|
committer | Damien Grandi <damien.grandi@gmail.com> | 2016-02-09 18:11:29 +0100 |
commit | a90c53e71d3dfac5372526363f8aaa0e1d30ad9e (patch) | |
tree | 44ca8e194427faf78731c769fc4cbaa93f36680c /system | |
parent | 8d6df5afde9b4c0eb29fcce233bc8e290378d557 (diff) |
fix a typo edit
Diffstat (limited to 'system')
-rw-r--r-- | system/database/DB_query_builder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php index 02be94d66..00c5394e2 100644 --- a/system/database/DB_query_builder.php +++ b/system/database/DB_query_builder.php @@ -1863,7 +1863,7 @@ abstract class CI_DB_query_builder extends CI_DB_driver { * @param string the table to retrieve the results from * @param array an associative array of update values * @param string the where key - * @return int Number of rows affected or FALSE on failure + * @return int number of rows affected or FALSE on failure */ public function update_batch($table, $set = NULL, $index = NULL) { |