Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f00e091

Browse files
authoredNov 12, 2024
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 27fe6c7 + f9063ff commit f00e091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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)
Failed to load comments.