mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
merged branch webwizard/patch-1 (PR #628)
Commits
-------
904dfef fixed typo
Discussion
----------
fixed typo
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ Tests can accept arguments too:
|
||||
|
||||
{% if loop.index is divisibleby(3) %}
|
||||
|
||||
Tests can be negated by using the ``not in`` operator:
|
||||
Tests can be negated by using the ``is not`` operator:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user