Fix ASCII case comment

This commit is contained in:
clubby789 2023-03-27 16:06:54 +01:00 committed by GitHub
parent 553ecbe8ba
commit 3e16c56ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -414,7 +414,7 @@ impl isize {
}
}
/// If 6th bit set ascii is upper case.
/// If 6th bit is set ascii is lower case.
const ASCII_CASE_MASK: u8 = 0b0010_0000;
impl u8 {