diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-07 21:45:47 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-07 21:45:47 +0100 |
| commit | 37a0f4262155dc91e4d02ef593e86dd7050ff814 (patch) | |
| tree | 2fb8e56bb7fcd85e6a36dcccb44c20d39389f749 /exercises | |
| parent | 731a3eb0a6f7a88cf03dcf933e9c5caebdef5bad (diff) | |
Fixed link to format source code.
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/099_formatting.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig index 4b64209..37fab45 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#L29 +// https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig#L33 // // Zig already has a very nice selection of formatting options. // These can be used in different ways, but generally to convert |
