sean            Sun Aug  8 13:28:32 2004 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions eval.xml 
  Log:
  grammar
  
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/eval.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.9 
phpdoc/en/reference/misc/functions/eval.xml:1.10
--- phpdoc/en/reference/misc/functions/eval.xml:1.9     Sat Aug  7 06:12:15 2004
+++ phpdoc/en/reference/misc/functions/eval.xml Sun Aug  8 13:28:32 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.58 -->
   <refentry id="function.eval">
    <refnamediv>
@@ -36,7 +36,7 @@
      the string immediately. As of PHP 4, <function>eval</function> returns
      &null; unless <literal>return</literal> is called in the evaluated
      code, in which case the value passed to <literal>return</literal> is
-     returned. In case of fatal error in evaluated code,
+     returned. In case of a fatal error in the evaluated code,
      <function>eval</function> returns &false;.
      In PHP 3, <function>eval</function> does not return a value.
     </simpara>

Reply via email to