[Templating] fixed typo in phpdoc

This commit is contained in:
Fabien Potencier 2010-05-25 18:16:08 +02:00
parent e282820835
commit a1bf29743d
1 changed files with 1 additions and 1 deletions

View File

@ -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
*