imajes          Thu Feb 21 13:21:52 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  typo error for print function example.
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.161 phpdoc/en/functions/strings.xml:1.162
--- phpdoc/en/functions/strings.xml:1.161       Tue Feb 12 04:13:12 2002
+++ phpdoc/en/functions/strings.xml     Thu Feb 21 13:21:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.161 $ -->
+<!-- $Revision: 1.162 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -1670,7 +1670,7 @@
 
 print "This spans\nmultiple lines. The newlines will be\noutput as well.";
 
-print "escaping characters is done \"Like this\"."
+print "escaping characters is done \"Like this\".";
 
 // You can use variables inside of an print statement
 $foo = "foobar";


Reply via email to