We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7161ed7 commit e426ae4Copy full SHA for e426ae4
lib/std/unicode.zig
@@ -312,7 +312,7 @@ pub fn utf8ValidateSlice(input: []const u8) bool {
312
/// ```
313
/// var utf8 = (try std.unicode.Utf8View.init("hi there")).iterator();
314
/// while (utf8.nextCodepointSlice()) |codepoint| {
315
-/// std.debug.print("got codepoint {}\n", .{codepoint});
+/// std.debug.print("got codepoint {s}\n", .{codepoint});
316
/// }
317
318
pub const Utf8View = struct {
0 commit comments