mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
Fix operator precedence documentation
This commit is contained in:
parent
5ff0f364a5
commit
676e416c86
@ -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
|
||||
! * / % ** *% ||
|
||||
+ - ++ +% -%
|
||||
<< >>
|
||||
|
Loading…
Reference in New Issue
Block a user