diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-08 21:34:00 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-11-08 21:34:00 +0000 |
| commit | fb46871dab2218349b1d2a21b8af73c509e61436 (patch) | |
| tree | 596d7d606d9d5b15915513899d01cdebbf84fe5d /exercises/099_formatting.zig | |
| parent | 97c2ea2f498933cbf46e154acf14126b3821b0e3 (diff) | |
| parent | 2606e537331bd642d0319305e038f602df6cf779 (diff) | |
Merge branch 'main' into readme
Diffstat (limited to 'exercises/099_formatting.zig')
| -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 |
