You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't the comment line read : /// If 6th bit set ascii is lower case. ?
The text was updated successfully, but these errors were encountered:
papok
changed the title
The constant core::num::ASCII_CASE_MASK is wronlgly described in the doc comment.
The constant core::num::ASCII_CASE_MASK is wrongly described in the doc comment.
Mar 23, 2023
Without further explanation I understand "set" for a bit to be set to 1. In ASCII, if the 6th bit is set to 1 then the letter coded (if the character coded is a letter) is lowercase.
rust/library/core/src/num/mod.rs
Lines 416 to 419 in a266f11
Shouldn't the comment line read : /// If 6th bit set ascii is lower case. ?
The text was updated successfully, but these errors were encountered: