Fix operator precedence documentation

This commit is contained in:
Martin Wickham 2020-12-09 00:58:24 -06:00 committed by Andrew Kelley
parent 5ff0f364a5
commit 676e416c86

View File

@ -1743,8 +1743,8 @@ const B = error{Two};
{#header_open|Precedence#} {#header_open|Precedence#}
<pre>{#syntax#}x() x[] x.y <pre>{#syntax#}x() x[] x.y
a!b a!b
!x -x -%x ~x &x ?x
x{} x.* x.? x{} x.* x.?
!x -x -%x ~x &x ?x
! * / % ** *% || ! * / % ** *% ||
+ - ++ +% -% + - ++ +% -%
<< >> << >>