Hi!
I'd like to commit some corrections to reference/json/constants.xml .
Most of them concern the grammar.
So, I'd like to ask native English speakers to review my proposals
below and to confirm whether they are ok.
Regards,
Simion.
===================================================================
--- constants.xml 19 Dec 2008 07:52:28 -0000 1.5
+++ constants.xml 24 Dec 2008 10:57:26 -0000
@@ -5,9 +5,8 @@
&reftitle.constants;
&extension.constants;
<para>
- The following constants indicates an error type returned
- by <function>json_last_error</function> and are all available
- as of PHP 5.3.0.
+ The following constants indicate the type of error returned by
+ <function>json_last_error</function> and are all available as of PHP 5.3.0.
</para>
<variablelist>
<varlistentry>
@@ -17,7 +16,7 @@
</term>
<listitem>
<simpara>
- No error have occured.
+ No error has occurred.
</simpara>
</listitem>
</varlistentry>
@@ -28,7 +27,7 @@
</term>
<listitem>
<simpara>
- The maximum stack depth have been exceeded.
+ The maximum stack depth has been exceeded.
</simpara>
</listitem>
</varlistentry>
@@ -39,7 +38,7 @@
</term>
<listitem>
<simpara>
- Control character error, possibly wrongly encoded.
+ Control character error, possibly incorrectly encoded.
</simpara>
</listitem>
</varlistentry>
@@ -56,7 +55,7 @@
</varlistentry>
</variablelist>
</appendix>
-
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml