mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
avoid confusion between .. and ..
This commit is contained in:
+1
-1
@@ -517,7 +517,7 @@ Twig allows expressions everywhere.
|
||||
``or``, ``and``, ``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``, ``in``,
|
||||
``matches``, ``starts with``, ``ends with``, ``..``, ``+``, ``-``, ``~``,
|
||||
``*``, ``/``, ``//``, ``%``, ``is`` (tests), ``**``, ``??``, ``|``
|
||||
(filters), ``[]``, and ``.``.
|
||||
(filters), ``[]``, and ``.``:
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user