Merge pull request '099: Update URL to, and function name of, fmt string documentation/comment' (#337) from gregorh/fmtstring-documentation:main into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/337
This commit is contained in:
Chris Boesch 2025-12-24 12:03:04 +01:00
commit 80eb7054eb

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#L33
// https://codeberg.org/ziglang/zig/src/branch/master/lib/std/Io/Writer.zig#L537
//
// Zig already has a very nice selection of formatting options.
// These can be used in different ways, but generally to convert