diff --git a/doc/langref.html.in b/doc/langref.html.in index 02f96ff9d74d4828edf3af4d4588905616bf776d..f380f72e6d969988b351c0516e2cd33799263d95 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1743,8 +1743,8 @@ const B = error{Two}; {#header_open|Precedence#}
{#syntax#}x() x[] x.y
 a!b
-!x -x -%x ~x &x ?x
 x{} x.* x.?
+!x -x -%x ~x &x ?x
 ! * / % ** *% ||
 + - ++ +% -%
 << >>