Jelajahi Sumber

[DOCUMENTATION] English:

-  manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15962 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 tahun lalu
induk
melakukan
eb64b608a1

+ 3 - 3
documentation/manual/en/module_specs/Zend_Cache-Introduction.xml

@@ -21,9 +21,9 @@
     <example id="zend.cache.introduction.example-1">
     <example id="zend.cache.introduction.example-1">
         <title>Getting a Frontend with Zend_Cache::factory()</title>
         <title>Getting a Frontend with Zend_Cache::factory()</title>
         <para>
         <para>
-            <classname>Zend_Cache::factory()</classname> instantiates correct objects and ties them
-            together. In this first example, we will use <emphasis>Core</emphasis> frontend together
-            with <emphasis>File</emphasis> backend.
+            <methodname>Zend_Cache::factory()</methodname> instantiates correct objects and ties
+            them together. In this first example, we will use <emphasis>Core</emphasis> frontend
+            together with <emphasis>File</emphasis> backend.
         </para>
         </para>
 
 
         <programlisting language="php"><![CDATA[
         <programlisting language="php"><![CDATA[