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 @@ - +