mirror of
https://github.com/ziglang/zig.git
synced 2025-01-27 12:20:46 +00:00
fix position of .*
and .?
in operator precedence table documentation
This commit is contained in:
parent
46d8e010a0
commit
b01e5d9301
@ -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
|
||||
* / % ** *% ||
|
||||
+ - ++ +% -%
|
||||
|
Loading…
Reference in New Issue
Block a user