diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-19 22:45:56 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-19 22:45:56 +0100 |
commit | e75255684d55fa075dcc7c03274c41201825d430 (patch) | |
tree | 68c3255127c3e57441baa1835e9f2ff44e309d09 /system | |
parent | bf2273098b21c1d70bf52e626b35303b28239117 (diff) | |
parent | 35f6a54882901ab2b7fe98cf648de7d666536673 (diff) |
Merge pull request #2892 from jacobtabak/develop
Fixed typos in Migration library documentation
Diffstat (limited to 'system')
-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 */ |