mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
fixed typo
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ Tests can accept arguments too:
|
|||||||
|
|
||||||
{% if loop.index is divisibleby(3) %}
|
{% 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
|
.. code-block:: jinja
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user