Skip to content

Commit 1c7d8be

Browse files
authored
Fix operator precedance according to specification
1 parent 6e27eed commit 1c7d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ When an expression uses multiple operators, the operators are evaluated based on
105105
* / %
106106
+ -
107107
:
108-
= !
109108
< >
109+
= !
110110
&
111111
^
112112
|

0 commit comments

Comments
 (0)