diff --git a/en/tutorials/in-ten-quick-steps.rst b/en/tutorials/in-ten-quick-steps.rst index 754887d66fa..8ae25a06705 100644 --- a/en/tutorials/in-ten-quick-steps.rst +++ b/en/tutorials/in-ten-quick-steps.rst @@ -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); } }