diff --git a/doc/tests/empty.rst b/doc/tests/empty.rst index 0d1eb3234..e5b55999d 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, 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 %}