Skip to content

Commit

Permalink
Update SparkPlug code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 17, 2016
1 parent dcdcee1 commit e54937a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SparkPlug.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Spark Plug
*
* Returns a CodeIgniter's instance.
* Returns the instance of CodeIgniter.
*
* @package SparkPlug
* @author Rougin Royce Gutib <[email protected]>
Expand Down Expand Up @@ -45,7 +45,7 @@ public function __construct(array &$globals, array $server, $path = '')
}

/**
* Returns a CodeIgniter instance.
* Returns the instance of CodeIgniter.
*
* @return \CI_Controller
*/
Expand Down

0 comments on commit e54937a

Please sign in to comment.