zak             Thu Nov 22 10:29:38 2001 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  Minor typo -> changing "backspace" to "backslash" in strings backslash escaping 
section
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.63 phpdoc/en/language/types.xml:1.64
--- phpdoc/en/language/types.xml:1.63   Sat Nov 10 16:49:43 2001
+++ phpdoc/en/language/types.xml        Thu Nov 22 10:29:38 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.63 $ -->
+<!-- $Revision: 1.64 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -653,7 +653,7 @@
      </table>
      <para>
       Again, if you try to escape any other character, the
-      backspace will be printed too!
+      backslash will be printed too!
      </para>
      <para>
       But the most important pre of double-quoted strings


Reply via email to