mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Update the doc comment of ASCII_CASE_MASK
This commit is contained in:
parent
c24e166527
commit
b496873020
@ -528,7 +528,7 @@ impl isize {
|
||||
midpoint_impl! { isize, signed }
|
||||
}
|
||||
|
||||
/// If the 6th bit is set ascii is lower case.
|
||||
/// If the bit selected by this mask is set, ascii is lower case.
|
||||
const ASCII_CASE_MASK: u8 = 0b0010_0000;
|
||||
|
||||
impl u8 {
|
||||
|
Loading…
Reference in New Issue
Block a user