derek           Sun Feb 20 01:06:49 2005 EDT

  Modified files:              
    /phpdoc/en/language basic-syntax.xml 
  Log:
  fixing last closing tag note
  
http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.41&r2=1.42&ty=u
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.41 
phpdoc/en/language/basic-syntax.xml:1.42
--- phpdoc/en/language/basic-syntax.xml:1.41    Thu Jan 20 03:53:04 2005
+++ phpdoc/en/language/basic-syntax.xml Sun Feb 20 01:06:49 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
  <chapter id="language.basic-syntax">
   <title>Basic syntax</title>
   <sect1 id="language.basic-syntax.phpmode">
@@ -151,7 +151,7 @@
     <note>
      <para>
       The closing tag of a PHP block at the end of a file is optional, 
-      and in some cases is helpful when using output buffering and 
+      and in some cases not using it is helpful when using output buffering 
and 
       <function>include</function> or <function>require</function>.
      </para>
     </note>

Reply via email to