Skip to content

Commit 3e16c56

Browse files
authored
Fix ASCII case comment
1 parent 553ecbe commit 3e16c56

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)