Update empty.rst

Correcting English.
This commit is contained in:
violuke
2015-05-11 10:01:11 +01:00
parent 34e943ae7c
commit d2d7ec817b
+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 an empty string #}
{% if foo is empty %}
...
{% endif %}