| author | |
| committer | |
| log | 168981c67825fbdb3b70da8ff9f0f3b691bd36e5 |
| tree | aa9f526b6b44c66324379b79964b57e67351902d |
| parent | 23ab05f1f5691be0b73820bf8de84e0168616ede |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/ascii.zig+1-1| ... | ... | @@ -177,7 +177,7 @@ pub fn isAscii(c: u8) bool { |
| 177 | 177 | return c < 128; |
| 178 | 178 | } |
| 179 | 179 | |
| 180 | /// /// Deprecated: use `isAscii` | |
| 180 | /// Deprecated: use `isAscii` | |
| 181 | 181 | pub const isASCII = isAscii; |
| 182 | 182 | |
| 183 | 183 | /// Uppercases the character and returns it as-is if already uppercase or not a letter. |