Skip to content

Commit 5419f41

Browse files
authored
Rollup merge of #132851 - chansuke:update-comment, r=thomcc
Update the doc comment of `ASCII_CASE_MASK` Revived and continued the work from #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 bd79fe7 + b496873 commit 5419f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)