Fixed link to format source code.

This commit is contained in:
Chris Boesch
2024-11-07 21:45:47 +01:00
parent 731a3eb0a6
commit 37a0f42621
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
// Therefore, the comments for the format() function are the only
// way to definitively learn how to format strings in Zig:
//
// https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig#L29
// https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig#L33
//
// Zig already has a very nice selection of formatting options.
// These can be used in different ways, but generally to convert