authorgravatar for matthew.h.borkowski@gmail.comMatthew Borkowski <matthew.h.borkowski@gmail.com> 2021-05-24 16:58:20-04:00
committergravatar for matthew.h.borkowski@gmail.comMatthew Borkowski <matthew.h.borkowski@gmail.com> 2021-05-24 16:58:20-04:00
log46d8e010a035a88df322c4841d355211f93644f8
treed8db0957ab102b79f72b340deb4514818d830c4e
parent8c5d4295e5f6459ba99d219c1922a30ec6da24bf

fix position of `orelse` and `catch` in precedence table and remove misplaced error union operator


1 files changed, 2 insertions(+), 3 deletions(-)

doc/langref.html.in+2-3
......@@ -1762,14 +1762,13 @@ const B = error{Two};
17621762a!b
17631763x{} x.* x.?
17641764!x -x -%x ~x &x ?x
1765! * / % ** *% ||
1765* / % ** *% ||
17661766+ - ++ +% -%
17671767<< >>
1768& ^ |
1768& ^ | orelse catch
17691769== != < > <= >=
17701770and
17711771or
1772orelse catch
17731772= *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>
17741773 {#header_close#}
17751774 {#header_close#}