summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-12-24 12:03:04 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-12-24 12:03:04 +0100
commit80eb7054eb351a8db614d99af9cb038626a8db3d (patch)
tree70f42682def6f6366ba6658c41c057205bd14e6f
parentbb4e984a8e944c6937a47a293940b958fc93c925 (diff)
parent1c552813d9c9c183697cd3233cc10c59147e5239 (diff)
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
-rw-r--r--exercises/099_formatting.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig
index ef6b84e..be16978 100644
--- a/exercises/099_formatting.zig
+++ b/exercises/099_formatting.zig
@@ -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