Skip to content

The constant core::num::ASCII_CASE_MASK is wrongly described in the doc comment. #109508

Closed
@papok

Description

@papok

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

Shouldn't the comment line read : /// If 6th bit set ascii is lower case. ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions