zig

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

commit 676e416c86e2977f76b0cc1b9d3bc2b7ac6d7936 (tree)
parent 5ff0f364a5bd339fbeec46656178201752999234
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 ! * / % ** *% || + - ++ +% -% << >>