Was more correct before.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43102 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2001-03-09 23:26:42 +00:00
parent b68c98c4f4
commit 5f1e3a1b3b

View file

@ -199,8 +199,8 @@ $different_cart = new Constructor_Cart ("20", 17);
<sect1 id="language.oop.newref">
<title>References inside the constructor</title>
<para>
Creating references within the constructor can lead to confusing results. This tutorial like section helps you
to avoiding this kind of problems.
Creating references within the constructor can lead to confusing
results. This tutorial-like section helps you to avoid problems.
<informalexample>
<programlisting role="php">