Skip to content

Commit

Permalink
Fix for collection handling code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
o committed Apr 18, 2012
1 parent 03a74a2 commit 05a188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/tutorials/in-ten-quick-steps.rst
Expand Up @@ -177,7 +177,7 @@ with another setup just take a look into the :doc:`Installation help
public function addComment($text)
{
$this->comments[] = $new Comment($this, $text);
$this->comments[] = new Comment($this, $text);
}
}
Expand Down

0 comments on commit 05a188d

Please sign in to comment.