[PHP-DOC] cvs: phpdoc /en/language control-structures.xml From: Dallas Thunder (dalasthunder <email protected>)
Date: 08/25/02

dallas Sun Aug 25 16:07:05 2002 EDT

  Modified files:
    /phpdoc/en/language control-structures.xml
  Log:
  Fixed a few typos
  
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.61 phpdoc/en/language/control-structures.xml:1.62
--- phpdoc/en/language/control-structures.xml:1.61 Mon Jul 29 17:00:21 2002
+++ phpdoc/en/language/control-structures.xml Sun Aug 25 16:07:05 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.61 $ -->
+<!-- $Revision: 1.62 $ -->
  <chapter id="control-structures">
   <title>Control Structures</title>
 
@@ -38,7 +38,7 @@
     to &false; - it'll ignore it. More information about what values evaluate
     to &false; can be found in the <link
     linkend="language.types.boolean.casting">'Converting to boolean'</link>
- section>.
+ section.
    </simpara>
    <para>
     The following example would display <computeroutput>a is bigger
@@ -74,7 +74,7 @@
     </informalexample>
    </para>
    <simpara>
- If statements can be nested indefinitely within other
+ <literal>If</literal> statements can be nested indefinitely within other
     <literal>if</literal> statements, which provides you with complete
     flexibility for conditional execution of the various parts of your
     program.
@@ -355,7 +355,7 @@
    <simpara>
     Don't worry if you don't understand this right away or at all.
     You can code scripts and even powerful scripts without using this
- `feature'.
+ 'feature'.
    </simpara>
   </sect1>
 

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php