nlopess Mon Jan 17 06:11:20 2005 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
user note: grammar fix
http://cvs.php.net/diff.php/phpdoc/en/language/types.xml?r1=1.146&r2=1.147&ty=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.146 phpdoc/en/language/types.xml:1.147
--- phpdoc/en/language/types.xml:1.146 Thu Dec 30 03:47:02 2004
+++ phpdoc/en/language/types.xml Mon Jan 17 06:11:19 2005
@@ -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 @@
</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">