authorgravatar for sorairolake@protonmail.chShun Sakai <sorairolake@protonmail.ch> 2025-04-27 19:19:53+09:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-28 00:58:44+02:00
log168981c67825fbdb3b70da8ff9f0f3b691bd36e5
treeaa9f526b6b44c66324379b79964b57e67351902d
parent23ab05f1f5691be0b73820bf8de84e0168616ede
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

docs(std.ascii): Remove redundant three slashes


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/ascii.zig+1-1
......@@ -177,7 +177,7 @@ pub fn isAscii(c: u8) bool {
177177 return c < 128;
178178}
179179
180/// /// Deprecated: use `isAscii`
180/// Deprecated: use `isAscii`
181181pub const isASCII = isAscii;
182182
183183/// Uppercases the character and returns it as-is if already uppercase or not a letter.