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};...@@ -1762,14 +1762,13 @@ const B = error{Two};
1762a!b1762a!b
1763x{} x.* x.?1763x{} x.* x.?
1764!x -x -%x ~x &x ?x1764!x -x -%x ~x &x ?x
1765! * / % ** *% ||1765* / % ** *% ||
1766+ - ++ +% -%1766+ - ++ +% -%
1767<< >>1767<< >>
1768& ^ |1768& ^ | orelse catch
1769== != < > <= >=1769== != < > <= >=
1770and1770and
1771or1771or
1772orelse catch
1773= *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>1772= *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>
1774 {#header_close#}1773 {#header_close#}
1775 {#header_close#}1774 {#header_close#}