Procházet zdrojové kódy

[Templating] fixed typo in phpdoc

Fabien Potencier před 15 roky
rodič
revize
a1bf29743d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
      *