mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
correct grammar
This commit is contained in:
parent
e9f628e109
commit
1928d82385
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user