Skip to content

Commit

Permalink
Update the doc comment of ASCII_CASE_MASK
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Nov 10, 2024
1 parent d19aa69 commit f9063ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f9063ff

Please sign in to comment.