vrana Tue Nov 29 16:27:10 2005 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
Typo (bug #35477)
http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.129&r2=1.130&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.129
phpdoc/en/language/control-structures.xml:1.130
--- phpdoc/en/language/control-structures.xml:1.129 Wed Oct 26 03:58:05 2005
+++ phpdoc/en/language/control-structures.xml Tue Nov 29 16:27:09 2005
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.129 $ -->
+<!-- $Revision: 1.130 $ -->
<chapter id="language.control-structures">
<title>Control Structures</title>
<simpara>
Any PHP script is built out of a series of statements. A statement
can be an assignment, a function call, a loop, a conditional
- statement of even a statement that does nothing (an empty
+ statement or even a statement that does nothing (an empty
statement). Statements usually end with a semicolon. In addition,
statements can be grouped into a statement-group by encapsulating a
group of statements with curly braces. A statement-group is a