From: Albert Casademont Date: Thu, 19 Jul 2012 11:03:26 +0000 (+0300) Subject: Little typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=ee878487515572e2c29765fccad9391d8467035a;p=web%2Fkonrad%2Ftwig.git Little typo --- diff --git a/doc/tests/empty.rst b/doc/tests/empty.rst index 5ef3035..e5b5599 100644 --- a/doc/tests/empty.rst +++ b/doc/tests/empty.rst @@ -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 %}