fixed typo

This commit is contained in:
Kris Wallsmith 2013-01-14 16:03:02 -08:00
parent fb526a4809
commit c9e8ee153d
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@
So the correct sequence is the following (and not the reverse): So the correct sequence is the following (and not the reverse):
``` ```
$childCollection->->addCollection($grandchildCollection); $childCollection->addCollection($grandchildCollection);
$rootCollection->addCollection($childCollection); $rootCollection->addCollection($childCollection);
``` ```