Fix operator precedence documentation

This commit is contained in:
Martin Wickham 2020-12-09 00:58:24 -06:00 committed by Andrew Kelley
parent b124d04e6a
commit cad2e8da9d

View File

@ -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
! * / % ** *% ||
+ - ++ +% -%
<< >>