Fix copy&paste error

Patch provided by Andrey Gromov.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-12-08 15:58:21 +00:00
parent e6b6d8faa6
commit f8c567a104

View file

@ -17,7 +17,7 @@
Determines if the specified code point is a whitespace character according to ICU.
</para>
<para>
A character is considered to be a Java whitespace character if and only if it satisfies one of the following criteria:
A character is considered to be a ICU whitespace character if and only if it satisfies one of the following criteria:
<simplelist>
<member>It is a Unicode Separator character (categories "Z" = "Zs" or "Zl" or "Zp"), but is not also a non-breaking space (U+00A0 NBSP or U+2007 Figure Space or U+202F Narrow NBSP).</member>
<member>It is U+0009 HORIZONTAL TABULATION.</member>