We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209b0b4 commit 564771fCopy full SHA for 564771f
src/libcore/benches/ascii.rs
@@ -2,7 +2,7 @@
2
// after wrap-adding 0x1F:
3
//
4
// b'a' + 0x1F == 0x80 == 0b1000_0000
5
-// b'z' + 0x1F == 0x98 == 0b10011000
+// b'z' + 0x1F == 0x98 == 0b1001_1000
6
7
// Lower-case ASCII 'z' is the last byte that has its highest bit unset
8
// after wrap-adding 0x05:
0 commit comments