Fix intro for operator precedence table ?

The table introductory paragraph says operator with lowest precedence are listed first ( I assume it means "listed first in the operator table" ).

However, the table starts with a precedence of 500, which seems to be the highest.

I must be misreading this ?
This commit is contained in:
Nicolas Sauveur
2025-03-29 17:06:38 +08:00
committed by GitHub
parent 999092d9c4
commit 26a12f73f2
+1 -1
View File
@@ -1012,7 +1012,7 @@ Twig uses operators to perform various operations within templates.
Understanding the precedence of these operators is crucial for writing correct
and efficient Twig templates.
The operator precedence rules are as follows, with the lowest-precedence
The operator precedence rules are as follows, with the highest-precedence
operators listed first.
.. include:: operators_precedence.rst