From d65ba04c5c430f7a521b38066105b8f71e5db406 Mon Sep 17 00:00:00 2001 From: Evgeny Shpilevsky Date: Wed, 30 Jan 2013 17:59:38 +0300 Subject: [PATCH] Fix typo in docs --- docs/en/tutorials/in-ten-quick-steps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/in-ten-quick-steps.rst b/docs/en/tutorials/in-ten-quick-steps.rst index 8ae25a067..b683158b9 100644 --- a/docs/en/tutorials/in-ten-quick-steps.rst +++ b/docs/en/tutorials/in-ten-quick-steps.rst @@ -172,7 +172,7 @@ with another setup just take a look into the :doc:`Installation help public function __construct(User $author) { $this->author = $author; - $this->posts = new ArrayCollection(); + $this->comments = new ArrayCollection(); } public function addComment($text)