visualmind              Mon Jun 23 09:55:42 2003 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      print.xml 
  Log:
  an print to a print
  
Index: phpdoc/en/reference/strings/functions/print.xml
diff -u phpdoc/en/reference/strings/functions/print.xml:1.10 
phpdoc/en/reference/strings/functions/print.xml:1.11
--- phpdoc/en/reference/strings/functions/print.xml:1.10        Thu Jun  5 17:09:34 
2003
+++ phpdoc/en/reference/strings/functions/print.xml     Mon Jun 23 09:55:42 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.print">
    <refnamediv>
@@ -38,7 +38,7 @@
 
 print "escaping characters is done \"Like this\".";
 
-// You can use variables inside of an print statement
+// You can use variables inside of a print statement
 $foo = "foobar";
 $bar = "barbaz";
 



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

Reply via email to