zig

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

commit e8c4fec1b2ea676691aea89cdedd97ea17e26ed6 (tree)
parent ac3d9759ed6d28bb2fcb6f6f596e28ae5dae8969
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>