Skip to content

Commit 39d7292

Browse files
authored
Rollup merge of #59751 - tbu-:pr_doc_fix_format, r=Centril
Tiny docs fix
2 parents 76d818c + 564771f commit 39d7292

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)