diff options
author | Angel Aces <angelxaces@users.noreply.github.com> | 2017-06-14 21:09:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 21:09:05 +0200 |
commit | d3dff0bc54060f4b9b1ec0cb2250847aee1085b2 (patch) | |
tree | c160d85662df45ddd74f577270c9c88b1ab37e2e | |
parent | e4ed5d950a50fe64223bc6b143301ac87bbde474 (diff) |
Create ancillary_classes.rst
"Normally, to call any of the available CodeIgniter methods requires you to use the ``$this`` construct::" - Grammatical adjustment. It appears that the author meshed two sentences together by starting with the proper noun that they ended the previous sentence but as it is the sentence reads:
"Normally to call any of the available.
CodeIgniter methods requires..."
-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'); |