aboutsummaryrefslogtreecommitdiff
path: root/documentation/order.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/order.txt')
-rw-r--r--documentation/order.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/order.txt b/documentation/order.txt
index 8727306..ba22100 100644
--- a/documentation/order.txt
+++ b/documentation/order.txt
@@ -8,11 +8,11 @@
| multiplicative | * / % | Left |
| additive | + - | Left |
| bitwise shift | << >> | Left |
-| comparison | < > <= >= | Left |
-| equality | == != | Left |
| bitwise and | & | Left |
| bitwise xor | ^ | Left |
| bitwise or | | | Left |
+| comparison | < > <= >= | Left |
+| equality | == != | Left |
| logical and | && | Left |
| logical or | || | Left |