authorgravatar for spexguy070@gmail.comMartin Wickham <spexguy070@gmail.com> 2020-12-09 00:58:24-06:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-09 14:26:29-05:00
log676e416c86e2977f76b0cc1b9d3bc2b7ac6d7936
tree961cc1ec23fced9eddb9558f1afa69a0576e122b
parent5ff0f364a5bd339fbeec46656178201752999234

Fix operator precedence documentation


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -1743,8 +1743,8 @@ const B = error{Two};...@@ -1743,8 +1743,8 @@ const B = error{Two};
1743 {#header_open|Precedence#}1743 {#header_open|Precedence#}
1744 <pre>{#syntax#}x() x[] x.y1744 <pre>{#syntax#}x() x[] x.y
1745a!b1745a!b
1746!x -x -%x ~x &x ?x
1747x{} x.* x.?1746x{} x.* x.?
1747!x -x -%x ~x &x ?x
1748! * / % ** *% ||1748! * / % ** *% ||
1749+ - ++ +% -%1749+ - ++ +% -%
1750<< >>1750<< >>