diff options
author | dchill42 <dchill42@gmail.com> | 2012-08-13 15:47:58 +0200 |
---|---|---|
committer | dchill42 <dchill42@gmail.com> | 2012-08-13 15:47:58 +0200 |
commit | b3816b794592873a4e98187e66745544b463e933 (patch) | |
tree | 1c0995303ff69b82aca07a28dd848295f9d5e09e /user_guide_src/source/libraries/loader.rst | |
parent | 3169f26fe6b5e23d5ab5d791143d1dd51d78f80d (diff) |
Minor doc fixes
Diffstat (limited to 'user_guide_src/source/libraries/loader.rst')
-rw-r--r-- | user_guide_src/source/libraries/loader.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/loader.rst b/user_guide_src/source/libraries/loader.rst index 5a17629d2..33c1bafec 100644 --- a/user_guide_src/source/libraries/loader.rst +++ b/user_guide_src/source/libraries/loader.rst @@ -83,7 +83,7 @@ third parameter:: $this->load->library('calendar', '', 'my_calendar'); - // Session class is now accessed using: + // Calendar class is now accessed using: $this->my_calendar |