derick          Fri May 24 09:23:17 2002 EDT

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  - Fix for bug #17409
  
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.57 
phpdoc/en/language/control-structures.xml:1.58
--- phpdoc/en/language/control-structures.xml:1.57      Mon Apr 22 03:16:12 2002
+++ phpdoc/en/language/control-structures.xml   Fri May 24 09:23:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
  <chapter id="control-structures">
   <title>Control Structures</title>
 
@@ -189,9 +189,9 @@
     </informalexample>
    </para>
    <simpara>
-    In the above example, the HTML block "A = 5" is nested within an
-    <literal>if</literal> statement written in the alternative syntax.
-    The HTML block would be displayed only if $a is equal to 5.
+    In the above example, the HTML block "A is equal to 5" is nested within an
+    <literal>if</literal> statement written in the alternative syntax.  The
+    HTML block would be displayed only if $a is equal to 5.
    </simpara>
    <para>
     The alternative syntax applies to <literal>else</literal> and


Reply via email to