minor documentation fixes
This commit is contained in:
parent
3019ac3c2c
commit
bd43d374dc
@ -243,7 +243,7 @@ Operators precedence
|
|||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
| ``<<, >>, >>>`` | |
|
| ``<<, >>, >>>`` | |
|
||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
| ``<, <=, >, >=`` | |
|
| ``<, <=, >, >=, instanceof`` | |
|
||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
| ``==, !=, <=>`` | |
|
| ``==, !=, <=>`` | |
|
||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
@ -253,7 +253,7 @@ Operators precedence
|
|||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
| ``&&, in`` | |
|
| ``&&, in`` | |
|
||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
| ``+=, =, -=`` | ... |
|
| ``+=, =, -=, /=, *=, %=`` | ... |
|
||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
| ``, (comma operator)`` | lowest |
|
| ``, (comma operator)`` | lowest |
|
||||||
+---------------------------------------+-----------+
|
+---------------------------------------+-----------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user