diff options
-rw-r--r-- | system/libraries/Migration.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index 932b06ef0..2ead3aec1 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -272,7 +272,7 @@ class CI_Migration { // -------------------------------------------------------------------- /** - * Set's the schema to the latest migration + * Sets the schema to the latest migration * * @return mixed TRUE if already latest, FALSE if failed, int if upgraded */ @@ -296,7 +296,7 @@ class CI_Migration { // -------------------------------------------------------------------- /** - * Set's the schema to the migration version set in config + * Sets the schema to the migration version set in config * * @return mixed TRUE if already current, FALSE if failed, int if upgraded */ |