Merge pull request #8892 from mattbork/prec-doc

fix position of `orelse` and `catch` in precedence table documentation
This commit is contained in:
Andrew Kelley
2021-05-25 15:39:43 -04:00
committed by GitHub

View File

@@ -1758,18 +1758,17 @@ const B = error{Two};
</div>
{#header_close#}
{#header_open|Precedence#}
<pre>{#syntax#}x() x[] x.y
<pre>{#syntax#}x() x[] x.y x.* x.?
a!b
x{} x.* x.?
x{}
!x -x -%x ~x &x ?x
! * / % ** *% ||
* / % ** *% ||
+ - ++ +% -%
<< >>
& ^ |
& ^ | orelse catch
== != < > <= >=
and
or
orelse catch
= *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>
{#header_close#}
{#header_close#}