Skip to content

Commit 38e1972

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix expression language precedence cell grouping
2 parents f367fad + f3356f4 commit 38e1972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/formats/expression_language.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ Operators associativity
421421
``~`` left
422422
``+``, ``-`` left
423423
``..`` left
424-
``==``, ``===``, ``!=``, ``!==``, left
425-
``<``, ``>``, ``>=``, ``<=``,
426-
``not in``, ``in``, ``contains``,
424+
``==``, ``===``, ``!=``, ``!==``, \ left
425+
``<``, ``>``, ``>=``, ``<=``, \
426+
``not in``, ``in``, ``contains``, \
427427
``starts with``, ``ends with``, ``matches``
428428
``&`` left
429429
``^`` left

0 commit comments

Comments
 (0)