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`` | |
|
||||
+---------------------------------------+-----------+
|
||||
| ``+=, =, -=`` | ... |
|
||||
| ``+=, =, -=, /=, *=, %=`` | ... |
|
||||
+---------------------------------------+-----------+
|
||||
| ``, (comma operator)`` | lowest |
|
||||
+---------------------------------------+-----------+
|
||||
|
@ -158,9 +158,9 @@ The regexp class
|
||||
+---------------------+--------------------------------------+
|
||||
| `\\C` | non control characters |
|
||||
+---------------------+--------------------------------------+
|
||||
| `\\p` | punctuation |
|
||||
| `\\p` | punctuation |
|
||||
+---------------------+--------------------------------------+
|
||||
| `\\P` | non punctuation |
|
||||
| `\\P` | non punctuation |
|
||||
+---------------------+--------------------------------------+
|
||||
| `\\b` | word boundary |
|
||||
+---------------------+--------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user