goba            Sun Dec  1 05:50:48 2002 EDT

  Modified files:              
    /phpdoc/en/language functions.xml 
  Log:
  Ups, fixing two typos
  
  
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.30 phpdoc/en/language/functions.xml:1.31
--- phpdoc/en/language/functions.xml:1.30       Sun Dec  1 05:44:46 2002
+++ phpdoc/en/language/functions.xml    Sun Dec  1 05:50:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
  <chapter id="functions">
   <title>Functions</title>
 
@@ -407,7 +407,7 @@
     <function>unset</function>, <function>isset</function>,
     <function>empty</function>, <function>include</function>,
     <function>require</function> and the like. You need to use
-    your own wrapper function to use any of these constructs
+    your own wrapper function to utilize any of these constructs
     as variable functions.
    </para>
    <para>
@@ -446,7 +446,7 @@
     </example>
    </para>
    <para>
-    You can also call an objects method by using the variable functions
+    You can also call an object's method by using the variable functions
     feature.
     <example>
      <title>Variable method example</title>



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

Reply via email to