Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9063ff

Browse files
committedNov 10, 2024
Update the doc comment of ASCII_CASE_MASK
1 parent d19aa69 commit f9063ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/src/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ impl isize {
528528
midpoint_impl! { isize, signed }
529529
}
530530

531-
/// If the 6th bit is set ascii is lower case.
531+
/// If the bit selected by this mask is set, ascii is lower case.
532532
const ASCII_CASE_MASK: u8 = 0b0010_0000;
533533

534534
impl u8 {

0 commit comments

Comments
 (0)
Failed to load comments.