derick          Mon Mar 25 07:07:13 2002 EDT

  Modified files:              
    /phpdoc/en/functions        outcontrol.xml 
  Log:
  - Fix grammar
  
  
Index: phpdoc/en/functions/outcontrol.xml
diff -u phpdoc/en/functions/outcontrol.xml:1.27 phpdoc/en/functions/outcontrol.xml:1.28
--- phpdoc/en/functions/outcontrol.xml:1.27     Sun Mar 24 20:29:56 2002
+++ phpdoc/en/functions/outcontrol.xml  Mon Mar 25 07:07:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
  <reference id="ref.outcontrol">
   <title>Output Control Functions</title>
   <titleabbrev>Output Control</titleabbrev>
@@ -156,9 +156,9 @@
      <function>ob_end_clean</function>,
      <function>ob_end_flush</function>, <function>ob_clean</function>,
      <function>ob_flush</function> and <function>ob_start</function>
-     may not be called from callback function. If you call them from
-     callback function, behavior is undefined. If you would like to
-     delete buffer contents, return "" (null string) from callback
+     may not be called from a callback function. If you call them from
+     callback function, the behavior is undefined. If you would like to
+     delete the contents of a buffer, return "" (a null string) from callback
      function.
     </para>
     <example>


Reply via email to