From 564771fa23bc07ab4935e461b0268e11af762884 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Sat, 6 Apr 2019 17:27:00 +0200 Subject: [PATCH] Tiny docs fix --- src/libcore/benches/ascii.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/benches/ascii.rs b/src/libcore/benches/ascii.rs index 635537e3121..10b6cc61d99 100644 --- a/src/libcore/benches/ascii.rs +++ b/src/libcore/benches/ascii.rs @@ -2,7 +2,7 @@ // after wrap-adding 0x1F: // // b'a' + 0x1F == 0x80 == 0b1000_0000 -// b'z' + 0x1F == 0x98 == 0b10011000 +// b'z' + 0x1F == 0x98 == 0b1001_1000 // // Lower-case ASCII 'z' is the last byte that has its highest bit unset // after wrap-adding 0x05: -- 2.44.0