diff --git a/doc/langref.html.in b/doc/langref.html.in index 7c9b1ff7bc..476848a02f 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
 * / % ** *% ||
 + - ++ +% -%