From 62bed2085fefd8e4316cf17813bead841ff4e056 Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Sun, 25 Aug 2002 20:07:05 +0000 Subject: [PATCH] Fixed a few typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93575 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index dac8400032..675aa4c064 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -38,7 +38,7 @@ if (expr) to &false; - it'll ignore it. More information about what values evaluate to &false; can be found in the 'Converting to boolean' - section>. + section. The following example would display a is bigger @@ -74,7 +74,7 @@ if ($a > $b) { - If statements can be nested indefinitely within other + If statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program. @@ -355,7 +355,7 @@ do { 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'.