mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
docs(std.ascii): Remove redundant three slashes
This commit is contained in:
parent
19b43ee627
commit
227d2b15e4
@ -177,7 +177,7 @@ pub fn isAscii(c: u8) bool {
|
||||
return c < 128;
|
||||
}
|
||||
|
||||
/// /// Deprecated: use `isAscii`
|
||||
/// Deprecated: use `isAscii`
|
||||
pub const isASCII = isAscii;
|
||||
|
||||
/// Uppercases the character and returns it as-is if already uppercase or not a letter.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user