Skip to content

Commit

Permalink
Rollup merge of rust-lang#59751 - tbu-:pr_doc_fix_format, r=Centril
Browse files Browse the repository at this point in the history
Tiny docs fix
  • Loading branch information
Centril committed Apr 6, 2019
2 parents 64926da + 564771f commit feeaf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/benches/ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit feeaf8c

Please sign in to comment.