summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregorh <gregorh@noreply.codeberg.org>2025-12-19 17:56:02 +0100
committergregorh <gregorh@noreply.codeberg.org>2025-12-19 17:56:02 +0100
commit8cbce258a60b13f6118b8ca1f953032a141101ef (patch)
tree2dbf046c0dc347b9af8fcb4ea32184cba36eb1a2
parent0010cb2a68ce72cbc5267786a20435cf8e16f72a (diff)
Update to correct line number
Line 537 is the actual start of the documenting comment.
-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 7f42361..2d47afb 100644
--- a/exercises/099_formatting.zig
+++ b/exercises/099_formatting.zig
@@ -16,7 +16,7 @@
// Therefore, the comments for the std.Io.Writer.print() function are
// the only way to definitively learn how to format strings in Zig:
//
-// https://codeberg.org/ziglang/zig/src/branch/master/lib/std/Io/Writer.zig#L568
+// 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