Skip to content

Commit e9cebcb

Browse files
authored
Unrolled build for rust-lang#132851
Rollup merge of rust-lang#132851 - chansuke:update-comment, r=thomcc Update the doc comment of `ASCII_CASE_MASK` Revived and continued the work from rust-lang#120282. the original [branch](https://github.com/mahmudsudo/rust-1/tree/patch-1) was deleted, i created a new branch to carry the changes forward
2 parents b420d92 + b496873 commit e9cebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ impl isize {
528528
midpoint_impl! { isize, signed }
529529
}
530530

531-
/// If the 6th bit is set ascii is lower case.
531+
/// If the bit selected by this mask is set, ascii is lower case.
532532
const ASCII_CASE_MASK: u8 = 0b0010_0000;
533533

534534
impl u8 {

0 commit comments

Comments
 (0)