Skip to content

Commit 564771f

Browse files
committedApr 6, 2019
Tiny docs fix
1 parent 209b0b4 commit 564771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libcore/benches/ascii.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// after wrap-adding 0x1F:
33
//
44
// b'a' + 0x1F == 0x80 == 0b1000_0000
5-
// b'z' + 0x1F == 0x98 == 0b10011000
5+
// b'z' + 0x1F == 0x98 == 0b1001_1000
66
//
77
// Lower-case ASCII 'z' is the last byte that has its highest bit unset
88
// after wrap-adding 0x05:

0 commit comments

Comments
 (0)