Skip to content

Commit 8f13528

Browse files
committed
readme: fix example
1 parent 39166a3 commit 8f13528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ while (true) {
360360
defer arena.deinit();
361361
362362
const name = (try iter.nextAlloc(arena.allocator(), .{})) orelse break;
363-
std.debug.print("name: {}\n", .{name});
363+
std.debug.print("name: {s}\n", .{name});
364364
}
365365
```
366366

0 commit comments

Comments
 (0)