Explorar el Código

[ZF-8482] Minor grammatical enhancement

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19477 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp hace 16 años
padre
commit
60d21e08ac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      documentation/manual/en/module_specs/Zend_Json-Server.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Json-Server.xml

@@ -21,7 +21,7 @@
         <acronym>JSON</acronym> for its messaging envelopes. This JSON-RPC implementation follows
         <acronym>JSON</acronym> for its messaging envelopes. This JSON-RPC implementation follows
         <acronym>PHP</acronym>'s <ulink
         <acronym>PHP</acronym>'s <ulink
             url="http://www.php.net/manual/en/class.soapserver.php">SoapServer</ulink>
             url="http://www.php.net/manual/en/class.soapserver.php">SoapServer</ulink>
-        <acronym>API</acronym>. This means that in a typical situation, you will simply:
+        <acronym>API</acronym>. This means, in a typical situation, you will simply:
     </para>
     </para>
 
 
     <itemizedlist>
     <itemizedlist>
@@ -121,7 +121,7 @@ class Calculator
             Note that each method has a docblock with entries indicating each
             Note that each method has a docblock with entries indicating each
             parameter and its type, as well as an entry for the return value.
             parameter and its type, as well as an entry for the return value.
             This is <emphasis>absolutely critical</emphasis> when utilizing
             This is <emphasis>absolutely critical</emphasis> when utilizing
-            <classname>Zend_Json_Server</classname> -- or any other server component in
+            <classname>Zend_Json_Server</classname> or any other server component in
             Zend Framework, for that matter.
             Zend Framework, for that matter.
         </para>
         </para>