Skip to content

Commit 227d2b1

Browse files
sorairolakealexrp
authored andcommitted
docs(std.ascii): Remove redundant three slashes
1 parent 19b43ee commit 227d2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/ascii.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub fn isAscii(c: u8) bool {
177177
return c < 128;
178178
}
179179

180-
/// /// Deprecated: use `isAscii`
180+
/// Deprecated: use `isAscii`
181181
pub const isASCII = isAscii;
182182

183183
/// Uppercases the character and returns it as-is if already uppercase or not a letter.

0 commit comments

Comments
 (0)