diff --git a/doc/langref.html.in b/doc/langref.html.in index 7c9b1ff7bc30ebc65770cbc8ade8837f76db7e27..476848a02fcd4d4284c4bb21c64895bad8afa731 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1758,9 +1758,9 @@ 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
* / % ** *% ||
+ - ++ +% -%