mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Fix operator precedence documentation
This commit is contained in:
parent
b124d04e6a
commit
cad2e8da9d
@ -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…
x
Reference in New Issue
Block a user