zig

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

commit db1edb6535383817c6f597f55a35fc892d1c22c5 (tree)
parent 997600ac6f8683a9c0935143dd345602bd4a8889
Author: Philipp Lühmann <luehmann@ponton.de>
Date:   Fri, 10 Dec 2021 10:22:32 +0100

fix precedence in langref or example

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 @@ -2048,7 +2048,7 @@ unwrapped == 1234{#endsyntax#}</pre> without evaluating {#syntax#}b{#endsyntax#}. Otherwise, returns {#syntax#}b{#endsyntax#}. </td> <td> - <pre>{#syntax#}false or true == true{#endsyntax#}</pre> + <pre>{#syntax#}(false or true) == true{#endsyntax#}</pre> </td> </tr> <tr>