Commit 46d8e010a0

Matthew Borkowski <matthew.h.borkowski@gmail.com>
2021-05-24 22:58:20
fix position of `orelse` and `catch` in precedence table and remove misplaced error union operator
1 parent 8c5d429
Changed files (1)
doc/langref.html.in
@@ -1762,14 +1762,13 @@ const B = error{Two};
 a!b
 x{} x.* x.?
 !x -x -%x ~x &x ?x
-! * / % ** *% ||
+* / % ** *% ||
 + - ++ +% -%
 << >>
-& ^ |
+& ^ | orelse catch
 == != < > <= >=
 and
 or
-orelse catch
 = *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>
       {#header_close#}
       {#header_close#}