summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-17 17:09:50 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-17 17:09:50 +0100
commit99e8dc396f6f79980623daaf9265f4933b897ff6 (patch)
treebeb58c7d5707cc6309591a68bb7c29b66a669ffa /user_guide_src
parentfa91f30c144c041ad19925e55fe06c4065337896 (diff)
parent51ee810a6463d05730da61893a76b122e0acc993 (diff)
Merge pull request #4544 from fulopm/develop
[ci skip] Fix codeblock formatting in Zip library docs
Diffstat (limited to 'user_guide_src')
-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