Fix typo in expression precedence table
This commit is contained in:
committed by
Sergey Igushkin
parent
1aab3c890c
commit
b7d0d20739
@@ -17,7 +17,7 @@
|
||||
| | Elvis | `?:` |
|
||||
| | Named checks | `in`, `!in`, `is`, `!is` |
|
||||
| | Comparison | `<`, `>`, `<=`, `>=` |
|
||||
| | Equality | `==`, `\!==` |
|
||||
| | Equality | `==`, `!==` |
|
||||
| | Conjunction | `&&` |
|
||||
| | Disjunction | `||` |
|
||||
| Lowest | Assignment | `=`, `+=`, `-=`, `*=`, `/=`, `%=` |
|
||||
|
||||
Reference in New Issue
Block a user