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 17:31:49-07:00
logcad2e8da9d10fc6f591b8da6396191735d795c80
tree779e8bdb5d7de8772ae1c236789d0461e3249607
parentb124d04e6a42457882652276d3988d0a8747a3b0

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<< >>