From 8cf5fa0c7d7a4e355975e40ce60991a43b2fd90b Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 18 Apr 2008 19:49:43 +0000 Subject: [PATCH] - Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257843 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 3742dc741f..5a40f805d0 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -81,7 +81,7 @@ if ($a > $b) { - If statements can be nested indefinitely within other + If statements can be nested infinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.