Browse Source

[DOCUMENTATION] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17519 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
2aae382737
1 changed files with 3 additions and 3 deletions
  1. 3 3
      documentation/manual/en/ref/documentation-standard.xml

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

@@ -27,7 +27,7 @@
             </para>
             </para>
 
 
             <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.
                 file formatting and recommendations for documentation quality.
             </para>
             </para>
         </sect2>
         </sect2>
@@ -67,7 +67,7 @@
 
 
             <para>
             <para>
                 The maximum line length, including tags, attributes, and indentation, is not to
                 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.
                 pairs are allowed to exceed the 100 chars as they are not allowed to be seperated.
             </para>
             </para>
         </sect2>
         </sect2>
@@ -111,7 +111,7 @@
 
 
 <!-- ALLOWED -->
 <!-- ALLOWED -->
 <para>
 <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>
 </para>
 ]]></programlisting>
 ]]></programlisting>
         </sect2>
         </sect2>