correct grammar

This commit is contained in:
Kashiwa 2023-11-24 17:23:49 +08:00
parent e9f628e109
commit 1928d82385

View File

@ -474,7 +474,7 @@ impl isize {
} }
} }
/// If 6th bit is set ascii is lower case. /// If the 6th bit is set ascii is lower case.
const ASCII_CASE_MASK: u8 = 0b0010_0000; const ASCII_CASE_MASK: u8 = 0b0010_0000;
impl u8 { impl u8 {