Bläddra i källkod

[TwigBundle] Fixed typo

Don Pinkster 14 år sedan
förälder
incheckning
c4923fc57e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Symfony/Bundle/TwigBundle/GlobalVariables.php

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

@@ -14,7 +14,7 @@ namespace Symfony\Bundle\TwigBundle;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * AppVariables is the entry point for Symfony global variables in Twig templates.
+ * GlobalVariables is the entry point for Symfony global variables in Twig templates.
  *
  * @author Fabien Potencier <fabien@symfony.com>
  */