sander          Thu Oct  3 15:00:34 2002 EDT

  Modified files:              
    /phpdoc/en/appendices       tokens.xml 
  Log:
  Typos
  
  
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.6 phpdoc/en/appendices/tokens.xml:1.7
--- phpdoc/en/appendices/tokens.xml:1.6 Wed Aug 14 19:10:56 2002
+++ phpdoc/en/appendices/tokens.xml     Thu Oct  3 15:00:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 
 <appendix id="tokens">
  <title>List of Parser Tokens</title>
@@ -9,7 +9,7 @@
   <literal>"Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line 
10."</literal>
  </para>
  <para>
-  You're supposed to know that T_SR means. For everybody who doesn't 
+  You're supposed to know what T_SR means. For everybody who doesn't 
   know that, here is a table with those identifiers, PHP-syntax and 
   references to the appropriate places in the manual.
  </para>
@@ -68,7 +68,7 @@
     </row>
     <row>
      <entry>T_BREAK</entry>
-     <entry>break;</entry>
+     <entry>break</entry>
      <entry><link linkend="control-structures.break">break</link></entry>
     </row>
     <row>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to