mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e6b6d8faa6
commit
f8c567a104
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue