Typo, spotted by Hannes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282600 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-06-22 20:58:43 +00:00
parent 49f7d296c8
commit db5cab7b7b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
<para>
@ -183,7 +183,7 @@
</listitem>
<listitem>
<para>
Its not possible to use <link linkend="language.types.string.syntax.heredoc">Heredoc</link>
Its now possible to use <link linkend="language.types.string.syntax.heredoc">Heredoc</link>
to initialize static variables and class members/constants.
</para>
</listitem>