mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
Change typo in documentation
In example of use for test_iterable function there is a typo
This commit is contained in:
committed by
Fabien Potencier
parent
7014fda0af
commit
8607f13db7
@@ -1444,7 +1444,7 @@ function twig_test_empty($value)
|
||||
*
|
||||
* <pre>
|
||||
* {# evaluates to true if the foo variable is an array or a traversable object #}
|
||||
* {% if foo is traversable %}
|
||||
* {% if foo is iterable %}
|
||||
* {# ... #}
|
||||
* {% endif %}
|
||||
* </pre>
|
||||
|
||||
Reference in New Issue
Block a user