Browse Source

Be more specific in phpdoc (Fixes #3216)

Alexander Deruwe 13 years ago
parent
commit
6341de025e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Bundle/TwigBundle/TwigEngine.php

+ 1 - 1
src/Symfony/Bundle/TwigBundle/TwigEngine.php

@@ -17,7 +17,7 @@ use Symfony\Component\Templating\TemplateNameParserInterface;
 use Symfony\Component\HttpFoundation\Response;
 
 /**
- * This engine knows how to render Twig templates.
+ * This engine renders Twig templates.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */