Update the doc comment of ASCII_CASE_MASK

This commit is contained in:
chansuke 2024-11-10 22:03:42 +09:00
parent c24e166527
commit b496873020

View File

@ -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 {