zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit cad2e8da9d10fc6f591b8da6396191735d795c80 (tree)
parent b124d04e6a42457882652276d3988d0a8747a3b0
Author: Martin Wickham <spexguy070@gmail.com>
Date:   Wed,  9 Dec 2020 00:58:24 -0600

Fix operator precedence documentation

Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -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 ! * / % ** *% || + - ++ +% -% << >>