From ee200aaa8c157bad03c68858f4f07ff71928490b Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 20 Sep 2019 11:48:35 -0400 Subject: [PATCH] fix typo in docs closes #3267 --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index f500fe223ebfa7b546f2f96b52a4ed8488868600..e7e662ebc3e293085c0fffe451946606b6bd15a6 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#}
-- 2.54.0