motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit ee200aaa8c157bad03c68858f4f07ff71928490b (tree)
parent d60f9d0d4b9c7d271cf79561ec8bad960475b9c5
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 20 Sep 2019 11:48:35 -0400

fix typo in docs

closes #3267

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 @@ -1303,7 +1303,7 @@ a ^= b{#endsyntax#}</pre></td> Bitwise NOT. </td> <td> - <pre>{#syntax#}~u8(0b0101111) == 0b1010000{#endsyntax#}</pre> + <pre>{#syntax#}~u8(0b10101111) == 0b01010000{#endsyntax#}</pre> </td> </tr> <tr>