torben          Wed Jun  4 17:29:15 2003 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  Small typo fixes.
  
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.112 phpdoc/en/language/types.xml:1.113
--- phpdoc/en/language/types.xml:1.112  Sun Jun  1 11:14:44 2003
+++ phpdoc/en/language/types.xml        Wed Jun  4 17:29:15 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.112 $ -->
+<!-- $Revision: 1.113 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -863,12 +863,12 @@
       parsed within it. 
      </simpara>
      <simpara>
-      There are two types of syntax, a 
+      There are two types of syntax: a 
       <link linkend="language.types.string.parsing.simple">simple</link>
       one and a 
       <link linkend="language.types.string.parsing.complex">complex</link>
       one.
-      The simple syntax is the most common and convenient, it provides a way
+      The simple syntax is the most common and convenient. It provides a way
       to parse a variable, an <type>array</type> value, or an <type>
       object</type> property.
      </simpara>
@@ -881,7 +881,7 @@
       <title>Simple syntax</title>
       <simpara>
        If a dollar sign (<literal>$</literal>) is encountered, the
-       parser will greedily take as much tokens as possible to form a
+       parser will greedily take as many tokens as possible to form a
        valid variable name. Enclose the variable name in curly
        braces if you want to explicitly specify the end of the name.
       </simpara>



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

Reply via email to