avoid confusion between .. and ..

This commit is contained in:
Fabien Potencier
2019-08-07 16:28:20 +02:00
parent 18458930a5
commit 20d60b5f25
+1 -1
View File
@@ -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