Skip to content

Commit c223c31

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix expression language precedence cell grouping
2 parents 5e9e248 + 38e1972 commit c223c31

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
@@ -455,9 +455,9 @@ Operators associativity
455455
``~`` left
456456
``+``, ``-`` left
457457
``..`` left
458-
``==``, ``===``, ``!=``, ``!==``, left
459-
``<``, ``>``, ``>=``, ``<=``,
460-
``not in``, ``in``, ``contains``,
458+
``==``, ``===``, ``!=``, ``!==``, \ left
459+
``<``, ``>``, ``>=``, ``<=``, \
460+
``not in``, ``in``, ``contains``, \
461461
``starts with``, ``ends with``, ``matches``
462462
``&`` left
463463
``^`` left

0 commit comments

Comments
 (0)