user note: grammar fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177410 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-01-17 11:11:19 +00:00
parent 2b5f070ae2
commit c1ce6fe9b6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.146 $ -->
<!-- $Revision: 1.147 $ -->
<chapter id="language.types">
<title>Types</title>
@ -371,8 +371,8 @@ integer : [+-]?decimal
</para>
<warning>
<para>
If invalid digit is passed to octal integer (i.e. 8 or 9), the rest of
the number is ignored.
If an invalid digit is passed to octal integer (i.e. 8 or 9), the rest
of the number is ignored.
<example>
<title>Octal weirdness</title>
<programlisting role="php">