Skip to content

Commit 1928d82

Browse files
committed
correct grammar
1 parent e9f628e commit 1928d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ impl isize {
474474
}
475475
}
476476

477-
/// If 6th bit is set ascii is lower case.
477+
/// If the 6th bit is set ascii is lower case.
478478
const ASCII_CASE_MASK: u8 = 0b0010_0000;
479479

480480
impl u8 {

0 commit comments

Comments
 (0)