diff options
| author | Gregor Hartmann <gregor@hartmann.pw> | 2025-12-24 01:06:26 +0100 |
|---|---|---|
| committer | Gregor Hartmann <gregor@hartmann.pw> | 2025-12-24 01:08:19 +0100 |
| commit | acf8c483ef887e5c5c2dd5629bab314613caea6d (patch) | |
| tree | 2280b4210f5fddf9913ee31897856fa5f8cc8749 /exercises | |
| parent | 8cbce258a60b13f6118b8ca1f953032a141101ef (diff) | |
change back to original 'format()' sentence
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 2d47afb..7bc18e6 100644 --- a/exercises/099_formatting.zig +++ b/exercises/099_formatting.zig @@ -13,7 +13,7 @@ // no official documentation for standard library features such // as string formatting. // -// Therefore, the comments for the std.Io.Writer.print() function are +// Therefore, the comments for the format() 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#L537 |
