diff options
author | Andrey Andreev <narf@devilix.net> | 2017-06-15 10:27:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 10:27:31 +0200 |
commit | f51687fb99a905fe4f63918aaae672a2fdf20334 (patch) | |
tree | c160d85662df45ddd74f577270c9c88b1ab37e2e | |
parent | e4ed5d950a50fe64223bc6b143301ac87bbde474 (diff) | |
parent | d3dff0bc54060f4b9b1ec0cb2250847aee1085b2 (diff) |
[ci skip] Merge pull request #5154 from angelxaces/patch-1
Grammatical fix in ancillary_classes.rst doc
-rw-r--r-- | user_guide_src/source/general/ancillary_classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/ancillary_classes.rst b/user_guide_src/source/general/ancillary_classes.rst index f1285d931..4d6528aae 100644 --- a/user_guide_src/source/general/ancillary_classes.rst +++ b/user_guide_src/source/general/ancillary_classes.rst @@ -19,7 +19,7 @@ access CodeIgniter's native resources** simply by using the ``get_instance()`` function. This function returns the main CodeIgniter object. -Normally, to call any of the available CodeIgniter methods requires +Normally, to call any of the available methods, CodeIgniter requires you to use the ``$this`` construct:: $this->load->helper('url'); |