| author | |
| committer | |
| log | e426ae43aec0e57ddbdde9813365cad0394a0030 |
| tree | 03b4f6b046ea25ad6f1b920df0bf04a9d601c630 |
| parent | 7161ed79c4abcaccdd56fe0b4fbd3d93472d41b8 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/unicode.zig+1-1| ... | ... | @@ -312,7 +312,7 @@ pub fn utf8ValidateSlice(input: []const u8) bool { |
| 312 | 312 | /// ``` |
| 313 | 313 | /// var utf8 = (try std.unicode.Utf8View.init("hi there")).iterator(); |
| 314 | 314 | /// while (utf8.nextCodepointSlice()) |codepoint| { |
| 315 | /// std.debug.print("got codepoint {}\n", .{codepoint}); | |
| 315 | /// std.debug.print("got codepoint {s}\n", .{codepoint}); | |
| 316 | 316 | /// } |
| 317 | 317 | /// ``` |
| 318 | 318 | pub const Utf8View = struct { |