summaryrefslogtreecommitdiffstats
path: root/system/libraries/Migration.php
diff options
context:
space:
mode:
authorftwbzhao <b.zhao1@gmail.com>2015-05-21 14:28:54 +0200
committerftwbzhao <b.zhao1@gmail.com>2015-05-21 14:28:54 +0200
commit8d132bb1e999c2b2bdc2125d6d4ec36649556fc7 (patch)
treee0e95d053a8e437dc0390bc4c1b7484ca03f75c3 /system/libraries/Migration.php
parentb8978ee517fab43fea511869337ac40b577f00a3 (diff)
update function latest
Diffstat (limited to 'system/libraries/Migration.php')
-rw-r--r--system/libraries/Migration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php
index e17f41696..45a3cbbce 100644
--- a/system/libraries/Migration.php
+++ b/system/libraries/Migration.php
@@ -294,7 +294,7 @@ class CI_Migration {
/**
* Sets the schema to the latest migration
*
- * @return mixed current version string on success, FALSE on failure
+ * @return mixed Current version string on success, FALSE on failure
*/
public function latest()
{