From 9cf1d142b298002fab4c16c9802790583cc2122f Mon Sep 17 00:00:00 2001 From: Denis Gorbachev Date: Sat, 8 Dec 2012 17:22:45 +0400 Subject: [PATCH] Fixed a typo --- src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php b/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php index 3e7fff9c8e..87900a1242 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php @@ -78,7 +78,7 @@ class Controller extends ContainerAware * @param string $view The view name * @param array $parameters An array of parameters to pass to the view * - * @return string The renderer view + * @return string The rendered view */ public function renderView($view, array $parameters = array()) {