fix position of .* and .? in operator precedence table documentation

This commit is contained in:
Matthew Borkowski 2021-05-25 00:09:28 -04:00
parent 46d8e010a0
commit b01e5d9301

View File

@ -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
* / % ** *% ||
+ - ++ +% -%