Parcourir la source

[Templating] fixed typo in phpdoc

Fabien Potencier il y a 15 ans
Parent
commit
a1bf29743d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Symfony/Components/Templating/Engine.php

+ 1 - 1
src/Symfony/Components/Templating/Engine.php

@@ -153,7 +153,7 @@ class Engine
     }
 
     /**
-     * Returns true if the helper if defined.
+     * Returns true if the helper is defined.
      *
      * @param string  $name The helper name
      *