commit | c836f2af72536733fa1cc990b46522b9ef16153e | [log] [tgz] |
---|---|---|
author | ftwbzhao <b.zhao1@gmail.com> | Thu May 07 18:05:33 2015 +0800 |
committer | ftwbzhao <b.zhao1@gmail.com> | Fri May 08 18:32:53 2015 +0800 |
tree | a55162c05277665fa17ce5609ddb6aed1d749852 | |
parent | 433c1a756f8c7ab9bc16e4721f98fee6faaee240 [diff] [blame] |
update userguide
diff --git a/user_guide_src/source/libraries/caching.rst b/user_guide_src/source/libraries/caching.rst index 1fc1b5b..a7081ec 100644 --- a/user_guide_src/source/libraries/caching.rst +++ b/user_guide_src/source/libraries/caching.rst
@@ -66,7 +66,7 @@ hosting environment. :: - if ($this->cache->apc->is_supported() + if ($this->cache->apc->is_supported()) { if ($data = $this->cache->apc->get('my_cache')) {