mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Fix operator precedence documentation
This commit is contained in:
parent
b124d04e6a
commit
cad2e8da9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue