typo fix by Julia Haucap

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-08-06 23:31:22 +00:00
parent 388307f4a5
commit b9a867f215

View file

@ -32,7 +32,7 @@ $copy_of_object = clone $object;
<para>
When an object is cloned, PHP 5 will perform a shallow copy of all of the
object's properties. Any properties that are references to other variables,
object's properties. Any properties that are references to other variables
will remain references.
</para>