summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
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:10:12 +0100
commit83dfab90b351ad575fb8b8b7c6ff4b2c287d1e9b (patch)
tree9fdc594fbc1c0db000aeedfd9c5a8ee5c4673e73 /user_guide_src/source/libraries
parent3df07729b8018acd764a7a8a08f34f1579c43e5e (diff)
Merge pull request #4544 from fulopm/develop
[ci skip] Fix codeblock formatting in Zip library docs
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