betz Sun Dec 1 09:20:11 2002 EDT Modified files: /phpdoc/en/reference/objaggregation reference.xml Log: typo fix Index: phpdoc/en/reference/objaggregation/reference.xml diff -u phpdoc/en/reference/objaggregation/reference.xml:1.4 phpdoc/en/reference/objaggregation/reference.xml:1.5 --- phpdoc/en/reference/objaggregation/reference.xml:1.4 Sun Aug 4 00:14:48 2002 +++ phpdoc/en/reference/objaggregation/reference.xml Sun Dec 1 09:20:11 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.objaggregation"> <title>Object Aggregation/Composition Functions</title> <titleabbrev>Object Aggregation</titleabbrev> @@ -60,7 +60,7 @@ </programlisting> </example> 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: <example>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php