mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +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) %}
|
||||
|
||||
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