mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
Update empty.rst
Correcting English.
This commit is contained in:
+1
-1
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user