minor documentation fixes

This commit is contained in:
albertodemichelis 2016-08-07 01:29:58 +08:00
parent 3019ac3c2c
commit bd43d374dc
2 changed files with 4 additions and 4 deletions

View File

@ -243,7 +243,7 @@ Operators precedence
+---------------------------------------+-----------+ +---------------------------------------+-----------+
| ``<<, >>, >>>`` | | | ``<<, >>, >>>`` | |
+---------------------------------------+-----------+ +---------------------------------------+-----------+
| ``<, <=, >, >=`` | | | ``<, <=, >, >=, instanceof`` | |
+---------------------------------------+-----------+ +---------------------------------------+-----------+
| ``==, !=, <=>`` | | | ``==, !=, <=>`` | |
+---------------------------------------+-----------+ +---------------------------------------+-----------+
@ -253,7 +253,7 @@ Operators precedence
+---------------------------------------+-----------+ +---------------------------------------+-----------+
| ``&&, in`` | | | ``&&, in`` | |
+---------------------------------------+-----------+ +---------------------------------------+-----------+
| ``+=, =, -=`` | ... | | ``+=, =, -=, /=, *=, %=`` | ... |
+---------------------------------------+-----------+ +---------------------------------------+-----------+
| ``, (comma operator)`` | lowest | | ``, (comma operator)`` | lowest |
+---------------------------------------+-----------+ +---------------------------------------+-----------+