Skip to content

Commit c0dec2b

Browse files
Rollup merge of #109666 - clubby789:ascii-case-comment, r=fee1-dead
Correct ASCII case comment Fixes #109508
2 parents 17f2c2b + 3e16c56 commit c0dec2b

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
@@ -414,7 +414,7 @@ impl isize {
414414
}
415415
}
416416

417-
/// If 6th bit set ascii is upper case.
417+
/// If 6th bit is set ascii is lower case.
418418
const ASCII_CASE_MASK: u8 = 0b0010_0000;
419419

420420
impl u8 {

0 commit comments

Comments
 (0)