Commit b01e5d9301

Matthew Borkowski <matthew.h.borkowski@gmail.com>
2021-05-25 06:09:28
fix position of `.*` and `.?` in operator precedence table documentation
1 parent 46d8e01
Changed files (1)
doc/langref.html.in
@@ -1758,9 +1758,9 @@ const B = error{Two};
       </div>
       {#header_close#}
       {#header_open|Precedence#}
-      <pre>{#syntax#}x() x[] x.y
+      <pre>{#syntax#}x() x[] x.y x.* x.?
 a!b
-x{} x.* x.?
+x{}
 !x -x -%x ~x &x ?x
 * / % ** *% ||
 + - ++ +% -%