Update the doc comment of ASCII_CASE_MASK
This commit is contained in:
parent
c24e166527
commit
b496873020
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue