projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c31dd7b
)
Little typo
author
Albert Casademont
<albertcasademont@gmail.com>
Thu, 19 Jul 2012 11:03:26 +0000 (14:03 +0300)
committer
Albert Casademont
<albertcasademont@gmail.com>
Thu, 19 Jul 2012 11:03:26 +0000 (14:03 +0300)
doc/tests/empty.rst
patch
|
blob
|
history
diff --git
a/doc/tests/empty.rst
b/doc/tests/empty.rst
index
5ef3035
..
e5b5599
100644
(file)
--- 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 %}