From b9a867f215c6a902c349f40f7436348e866554d1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 6 Aug 2015 23:31:22 +0000 Subject: [PATCH] typo fix by Julia Haucap git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337312 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/cloning.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/cloning.xml b/language/oop5/cloning.xml index 49aa00b4e6..9b754a6587 100644 --- a/language/oop5/cloning.xml +++ b/language/oop5/cloning.xml @@ -32,7 +32,7 @@ $copy_of_object = clone $object; 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.