Przeglądaj źródła

[Templating] fixed typo in phpdoc

Fabien Potencier 15 lat temu
rodzic
commit
a1bf29743d
1 zmienionych plików z 1 dodań i 1 usunięć
  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
      *