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`` | |
+---------------------------------------+-----------+
| ``+=, =, -=`` | ... |
| ``+=, =, -=, /=, *=, %=`` | ... |
+---------------------------------------+-----------+
| ``, (comma operator)`` | lowest |
+---------------------------------------+-----------+

View File

@ -158,9 +158,9 @@ The regexp class
+---------------------+--------------------------------------+
| `\\C` | non control characters |
+---------------------+--------------------------------------+
| `\\p` | punctuation |
| `\\p` | punctuation |
+---------------------+--------------------------------------+
| `\\P` | non punctuation |
| `\\P` | non punctuation |
+---------------------+--------------------------------------+
| `\\b` | word boundary |
+---------------------+--------------------------------------+