diff --git a/doc/langref.html.in b/doc/langref.html.in index 8ebe7fb594..476848a02f 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1758,18 +1758,17 @@ const B = error{Two}; {#header_close#} {#header_open|Precedence#} -
{#syntax#}x() x[] x.y
+ {#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#}
{#header_close#}
{#header_close#}