Skip to content

Commit

Permalink
Merge pull request #91 from import/fix/sample-code-error
Browse files Browse the repository at this point in the history
Fix for collection handling code sample
  • Loading branch information
guilhermeblanco committed Apr 18, 2012
2 parents 03a74a2 + 05a188d commit 7d9738e
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 7d9738e

Please sign in to comment.