Update to correct line number

Line 537 is the actual start of the documenting comment.
This commit is contained in:
gregorh 2025-12-19 17:56:02 +01:00
parent 0010cb2a68
commit 8cbce258a6

View File

@ -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