From d2d7ec817b9181e323921be3b4043c946eeab800 Mon Sep 17 00:00:00 2001 From: violuke Date: Mon, 11 May 2015 10:01:11 +0100 Subject: [PATCH] Update empty.rst Correcting English. --- doc/tests/empty.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tests/empty.rst b/doc/tests/empty.rst index e5b55999d..71f5482f5 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 an empty string #} {% if foo is empty %} ... {% endif %}