Przeglądaj źródła

[DOCUMENTATION] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17519 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 lat temu
rodzic
commit
2aae382737

+ 3 - 3
documentation/manual/en/ref/documentation-standard.xml

@@ -27,7 +27,7 @@
             </para>
 
             <para>
-                Topics covered in the Zend Framework documentation standards include documentation
+                Topics covered in Zend Framework's documentation standards include documentation
                 file formatting and recommendations for documentation quality.
             </para>
         </sect2>
@@ -67,7 +67,7 @@
 
             <para>
                 The maximum line length, including tags, attributes, and indentation, is not to
-                exceed 100 characters. There is only one exception to this rule: attribute/value
+                exceed 100 characters. There is only one exception to this rule: attribute and value
                 pairs are allowed to exceed the 100 chars as they are not allowed to be seperated.
             </para>
         </sect2>
@@ -111,7 +111,7 @@
 
 <!-- ALLOWED -->
 <para>
-    <code>Zend_Magic</code> does not exist. <code>Zend_Acl</code> does.
+    <classname>Zend_Magic</classname> does not exist. <classname>Zend_Acl</classname> does.
 </para>
 ]]></programlisting>
         </sect2>