mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Fix ASCII case comment
This commit is contained in:
parent
553ecbe8ba
commit
3e16c56ffc
@ -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…
Reference in New Issue
Block a user