Skip to content

Commit 35f6a54

Browse files
Jacob TabakJacob Tabak
authored andcommitted
Fixed typos in Migration library documentation
Signed-off-by: Jacob Tabak <Jacob.Tabak@HelloWorld.com>
1 parent bf22730 commit 35f6a54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/libraries/Migration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function version($target_version)
272272
// --------------------------------------------------------------------
273273

274274
/**
275-
* Set's the schema to the latest migration
275+
* Sets the schema to the latest migration
276276
*
277277
* @return mixed TRUE if already latest, FALSE if failed, int if upgraded
278278
*/
@@ -296,7 +296,7 @@ public function latest()
296296
// --------------------------------------------------------------------
297297

298298
/**
299-
* Set's the schema to the migration version set in config
299+
* Sets the schema to the migration version set in config
300300
*
301301
* @return mixed TRUE if already current, FALSE if failed, int if upgraded
302302
*/

0 commit comments

Comments
 (0)