소스 검색

[DOCUMENTATION] English:

-  manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15962 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 년 전
부모
커밋
eb64b608a1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      documentation/manual/en/module_specs/Zend_Cache-Introduction.xml

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

@@ -21,9 +21,9 @@
     <example id="zend.cache.introduction.example-1">
         <title>Getting a Frontend with Zend_Cache::factory()</title>
         <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>
 
         <programlisting language="php"><![CDATA[