yannick Wed Jul 6 13:18:16 2005 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
typo
http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.121&r2=1.122&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.121
phpdoc/en/language/control-structures.xml:1.122
--- phpdoc/en/language/control-structures.xml:1.121 Wed Jul 6 10:26:26 2005
+++ phpdoc/en/language/control-structures.xml Wed Jul 6 13:18:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.121 $ -->
+<!-- $Revision: 1.122 $ -->
<chapter id="language.control-structures">
<title>Control Structures</title>
@@ -1202,7 +1202,7 @@
only return variables by reference, not the result of a statement. If
you use <literal>return ($a);</literal> then you're not returning a
variable, but the result of the expression <literal>($a)</literal>
- (which is, of course, the value of <varname>$a</varname>.
+ (which is, of course, the value of <varname>$a</varname>).
</simpara>
</note>
</para>