From 62772c638fadeb32ae9ad3fe8d9ff8e5f44f428c Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 1 Dec 2002 14:20:11 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106437 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/objaggregation/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/objaggregation/reference.xml b/reference/objaggregation/reference.xml index 018b242884..64bcc134ec 100644 --- a/reference/objaggregation/reference.xml +++ b/reference/objaggregation/reference.xml @@ -1,5 +1,5 @@ - + Object Aggregation/Composition Functions Object Aggregation @@ -60,7 +60,7 @@ $rep = new Report(); We can also associate instances at runtime by passing a reference in a - constructor (or any othe method), which allow us to dynamically change + constructor (or any other method), which allow us to dynamically change the association relationship between objects. We will modify the example above to illustrate this point: