Changed wording. Hope it makes a little more sense now.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@13743 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jouni Ahto 1999-09-27 18:22:21 +00:00
parent de48047a5d
commit 267492ef23

View file

@ -97,14 +97,14 @@ $a = 1.2e3;
<entry><literal>\[0-7]{1,3}</literal></entry>
<entry>
the sequence of characters matching the regular
expression is an integer in octal notation
expression is a character in octal notation
</entry>
</row>
<row>
<entry><literal>\x[0-9A-Fa-f]{1,2}</literal></entry>
<entry>
the sequence of characters matching the regular
expression is an integer in hexadecimal notation
expression is a character in hexadecimal notation
</entry>
</row>
</tbody>