mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-12-27 16:05:37 +00:00
Update to correct line number
Line 537 is the actual start of the documenting comment.
This commit is contained in:
parent
0010cb2a68
commit
8cbce258a6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user