Change typo in documentation

In example of use for test_iterable function there is a typo
This commit is contained in:
Asier Ramos
2017-09-26 18:05:20 +02:00
committed by Fabien Potencier
parent 7014fda0af
commit 8607f13db7
+1 -1
View File
@@ -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>