summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-06-15 10:27:31 +0200
committerAndrey Andreev <narf@devilix.net>2017-06-15 10:30:19 +0200
commitfffdd9c20b2faa49070e67ec59f03c262085d7fc (patch)
tree0c266ffc8e9f97a5071ee401520543df6dba463f
parent7ff61363b7f153670e9c8e4972eb5b842fc4ea53 (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.rst2
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');