Little typo

This commit is contained in:
Albert Casademont
2012-07-19 14:03:26 +03:00
parent c31dd7bccb
commit ee87848751
+1 -1
View File
@@ -5,7 +5,7 @@
.. code-block:: jinja
{# evaluates to true if the foo variable is null, false, an empty array or the empty string #}
{# evaluates to true if the foo variable is null, false, an empty array, or the empty string #}
{% if foo is empty %}
...
{% endif %}