fix position of `orelse` and `catch` in precedence table and remove misplaced error union operator
1 files changed, 2 insertions(+), 3 deletions(-)
doc
doc/langref.html.in+2-3
| ... | ... | @@ -1762,14 +1762,13 @@ const B = error{Two}; |
| 1762 | 1762 | a!b |
| 1763 | 1763 | x{} x.* x.? |
| 1764 | 1764 | !x -x -%x ~x &x ?x |
| 1765 | | ! * / % ** *% || |
| 1765 | * / % ** *% || |
| 1766 | 1766 | + - ++ +% -% |
| 1767 | 1767 | << >> |
| 1768 | | & ^ | |
| 1768 | & ^ | orelse catch |
| 1769 | 1769 | == != < > <= >= |
| 1770 | 1770 | and |
| 1771 | 1771 | or |
| 1772 | | orelse catch |
| 1773 | 1772 | = *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre> |
| 1774 | 1773 | {#header_close#} |
| 1775 | 1774 | {#header_close#} |