minor #1687 Update empty.rst (violuke)

This PR was merged into the 2.0-dev branch.

Discussion
----------

Update empty.rst

Correcting English.

Commits
-------

d2d7ec8 Update empty.rst
This commit is contained in:
Fabien Potencier
2015-05-16 16:06:18 +02:00
+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 %}