| author | |
| committer | |
| log | cad2e8da9d10fc6f591b8da6396191735d795c80 |
| tree | 779e8bdb5d7de8772ae1c236789d0461e3249607 |
| parent | b124d04e6a42457882652276d3988d0a8747a3b0 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -1743,8 +1743,8 @@ const B = error{Two}; |
| 1743 | 1743 | {#header_open|Precedence#} |
| 1744 | 1744 | <pre>{#syntax#}x() x[] x.y |
| 1745 | 1745 | a!b |
| 1746 | !x -x -%x ~x &x ?x | |
| 1747 | 1746 | x{} x.* x.? |
| 1747 | !x -x -%x ~x &x ?x | |
| 1748 | 1748 | ! * / % ** *% || |
| 1749 | 1749 | + - ++ +% -% |
| 1750 | 1750 | << >> |