Skip to content

Commit

Permalink
Rollup merge of rust-lang#109666 - clubby789:ascii-case-comment, r=fe…
Browse files Browse the repository at this point in the history
…e1-dead

Correct ASCII case comment

Fixes rust-lang#109508
  • Loading branch information
GuillaumeGomez authored Mar 27, 2023
2 parents 17f2c2b + 3e16c56 commit c0dec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ impl isize {
}
}

/// If 6th bit set ascii is upper case.
/// If 6th bit is set ascii is lower case.
const ASCII_CASE_MASK: u8 = 0b0010_0000;

impl u8 {
Expand Down

0 comments on commit c0dec2b

Please sign in to comment.