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-27 19:37:43+02:00
log227d2b15e449db1e84788d2c87e4f49100d316ca
tree95b6d1341652dd87d96abe7ecd2902131e4b0648
parent19b43ee627286929d2eee51259fb397761a9de0a

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.