diff --git a/doc/langref.html.in b/doc/langref.html.in index f500fe223e..e7e662ebc3 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1303,7 +1303,7 @@ a ^= b{#endsyntax#} Bitwise NOT.
{#syntax#}~u8(0b0101111) == 0b1010000{#endsyntax#}
+ {#syntax#}~u8(0b10101111) == 0b01010000{#endsyntax#}