mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 05:16:30 +00:00
Little typo
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
.. code-block:: jinja
|
.. 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 %}
|
{% if foo is empty %}
|
||||||
...
|
...
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user