Skip to content

Commit

Permalink
fix expression language precedence cell grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons committed May 18, 2024
1 parent 6ed13cc commit 46562c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/formats/expression_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ Operators associativity
``~`` left
``+``, ``-`` left
``..`` left
``==``, ``===``, ``!=``, ``!==``, left
``<``, ``>``, ``>=``, ``<=``,
``not in``, ``in``, ``contains``,
``==``, ``===``, ``!=``, ``!==``, \ left
``<``, ``>``, ``>=``, ``<=``, \
``not in``, ``in``, ``contains``, \
``starts with``, ``ends with``, ``matches``
``&`` left
``^`` left
Expand Down

0 comments on commit 46562c0

Please sign in to comment.