Rollup merge of #109666 - clubby789:ascii-case-comment, r=fee1-dead

Correct ASCII case comment

Fixes #109508
This commit is contained in:
Guillaume Gomez 2023-03-27 18:56:22 +02:00 committed by GitHub
commit c0dec2bbe3
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 {