Commit cad2e8da9d

Martin Wickham <spexguy070@gmail.com>
2020-12-09 07:58:24
Fix operator precedence documentation
1 parent b124d04
Changed files (1)
doc/langref.html.in
@@ -1743,8 +1743,8 @@ const B = error{Two};
       {#header_open|Precedence#}
       <pre>{#syntax#}x() x[] x.y
 a!b
-!x -x -%x ~x &x ?x
 x{} x.* x.?
+!x -x -%x ~x &x ?x
 ! * / % ** *% ||
 + - ++ +% -%
 << >>