[PHP-DOC] cvs: phpdoc /en/language expressions.xml From: Damien Seguy (dams <email protected>)
Date: 05/11/01

dams Thu May 10 23:34:07 2001 EDT

  Modified files:
    /phpdoc/en/language expressions.xml
  Log:
  Corrected linked -> linkend trouble
  
Index: phpdoc/en/language/expressions.xml
diff -u phpdoc/en/language/expressions.xml:1.4 phpdoc/en/language/expressions.xml:1.5
--- phpdoc/en/language/expressions.xml:1.4 Thu May 10 11:01:07 2001
+++ phpdoc/en/language/expressions.xml Thu May 10 23:34:06 2001
@@ -179,7 +179,7 @@
     The constants TRUE and FALSE (case-insensitive) are the two
     possible boolean values. When necessary, an expression is
     autmatically converted to boolean. See the
- <link linked="language.types.typecasting">section about
+ <link linkend="language.types.typecasting">section about
     type-casting</link> for details about how.
    </simpara>
    <simpara>