Skip to content

Commit 46562c0

Browse files
fix expression language precedence cell grouping
1 parent 6ed13cc commit 46562c0

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
@@ -446,9 +446,9 @@ Operators associativity
446446
``~`` left
447447
``+``, ``-`` left
448448
``..`` left
449-
``==``, ``===``, ``!=``, ``!==``, left
450-
``<``, ``>``, ``>=``, ``<=``,
451-
``not in``, ``in``, ``contains``,
449+
``==``, ``===``, ``!=``, ``!==``, \ left
450+
``<``, ``>``, ``>=``, ``<=``, \
451+
``not in``, ``in``, ``contains``, \
452452
``starts with``, ``ends with``, ``matches``
453453
``&`` left
454454
``^`` left

0 commit comments

Comments
 (0)