mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
Rollup merge of #59751 - tbu-:pr_doc_fix_format, r=Centril
Tiny docs fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user