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: