reworded some text to follow proper english grammar

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325238 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2012-04-16 17:09:48 +00:00
parent 5c6859e930
commit d8cb34e3cd

View file

@ -121,8 +121,8 @@ $array = [
<para>
From PHP 5.4, string offset access made consistent. As a result, some return values may be
different from older version. As of PHP 5.4, string offset should be integer or integer like
string, otherwise it will be in a warning.
different from older version. As of PHP 5.4, string offsets should be an integer or an integer like
string, otherwise the result will be a warning.
</para>
<example>