Commit 168981c678
2025-04-27 12:19:53
1 parent
23ab05fChanged files (1)
lib
std
lib/std/ascii.zig
@@ -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.