Rollup merge of #59751 - tbu-:pr_doc_fix_format, r=Centril

Tiny docs fix
This commit is contained in:
Mazdak Farrokhzad 2019-04-06 22:52:47 +02:00 committed by GitHub
commit 39d7292ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: