summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorFülöp Márk <mrkflp@gmail.com>2016-03-17 13:58:40 +0100
committerFülöp Márk <mrkflp@gmail.com>2016-03-17 13:58:40 +0100
commit51ee810a6463d05730da61893a76b122e0acc993 (patch)
treebeb58c7d5707cc6309591a68bb7c29b66a669ffa /user_guide_src/source/libraries
parentfa91f30c144c041ad19925e55fe06c4065337896 (diff)
adding code format on line 29
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/zip.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/zip.rst b/user_guide_src/source/libraries/zip.rst
index 816f49ca1..9704d5b1d 100644
--- a/user_guide_src/source/libraries/zip.rst
+++ b/user_guide_src/source/libraries/zip.rst
@@ -24,7 +24,7 @@ your controller using the $this->load->library function::
$this->load->library('zip');
-Once loaded, the Zip library object will be available using:
+Once loaded, the Zip library object will be available using::
$this->zip