Merge pull request #8892 from mattbork/prec-doc
fix position of `orelse` and `catch` in precedence table documentation
This commit is contained in:
@@ -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#}
|
||||
|
||||
Reference in New Issue
Block a user