Rollup merge of #109666 - clubby789:ascii-case-comment, r=fee1-dead
Correct ASCII case comment Fixes #109508
This commit is contained in:
commit
c0dec2bbe3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue