Procházet zdrojové kódy

[MANUAL] English:

- erased endline spaces

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19988 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas před 16 roky
rodič
revize
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>
             Actually retrieving this cache from the Cache Manager is as simple as
             accessing an instance of the Manager and calling
-            <methodname>$cacheManager->getCache('database');</methodname>.  
+            <methodname>$cacheManager->getCache('database');</methodname>.
         </para>
     </example>
 </sect2>