philip          Wed Nov 21 14:13:25 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  Typo fix from previous commit.
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.125 phpdoc/en/functions/strings.xml:1.126
--- phpdoc/en/functions/strings.xml:1.125       Wed Nov 21 13:39:05 2001
+++ phpdoc/en/functions/strings.xml     Wed Nov 21 14:13:24 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.125 $ -->
+<!-- $Revision: 1.126 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -3789,7 +3789,7 @@
       <title><function>ucfirst</function> example</title>
       <programlisting role="php">
 $foo = 'hello world!';
-$foo = ucfirst($text);            // Hello world!
+$foo = ucfirst($foo);             // Hello world!
 
 $bar = 'HELLO WORLD!';
 $bar = ucfirst($bar);             // HELLO WORLD!


Reply via email to