From d2fe0e72558909ac662ac3d085a411028c83faea Mon Sep 17 00:00:00 2001 From: Simion Onea Date: Wed, 24 Dec 2008 15:01:09 +0000 Subject: [PATCH] Minor grammar corrections. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271815 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/constants.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/reference/json/constants.xml b/reference/json/constants.xml index a768e6a71c..62b655de33 100644 --- a/reference/json/constants.xml +++ b/reference/json/constants.xml @@ -1,13 +1,12 @@ - + &reftitle.constants; &extension.constants; - The following constants indicates an error type returned - by json_last_error and are all available - as of PHP 5.3.0. + The following constants indicate the type of error returned by + json_last_error. They are all available since PHP 5.3.0. @@ -17,7 +16,7 @@ - No error have occured. + No error has occurred. @@ -28,7 +27,7 @@ - The maximum stack depth have been exceeded. + The maximum stack depth has been exceeded. @@ -39,7 +38,7 @@ - Control character error, possibly wrongly encoded. + Control character error, possibly incorrectly encoded. @@ -56,7 +55,7 @@ - +