Browse Source

[MANUAL] English:

- erased endline spaces

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19988 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
e9ad13b155

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-AvailableResources-CacheManager.xml

@@ -38,7 +38,7 @@ resources.cachemanager.database.backend.options.cache_dir = "/path/to/cache"
         <para>
         <para>
             Actually retrieving this cache from the Cache Manager is as simple as
             Actually retrieving this cache from the Cache Manager is as simple as
             accessing an instance of the Manager and calling
             accessing an instance of the Manager and calling
-            <methodname>$cacheManager->getCache('database');</methodname>.  
+            <methodname>$cacheManager->getCache('database');</methodname>.
         </para>
         </para>
     </example>
     </example>
 </sect2>
 </sect2>