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 3e16c56

Browse files
authoredMar 27, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.