summaryrefslogtreecommitdiff
path: root/exercises/099_formatting.zig
diff options
context:
space:
mode:
authorgregorh <gregorh@noreply.codeberg.org>2025-12-24 01:10:39 +0100
committergregorh <gregorh@noreply.codeberg.org>2025-12-24 01:10:39 +0100
commit1c552813d9c9c183697cd3233cc10c59147e5239 (patch)
tree70f42682def6f6366ba6658c41c057205bd14e6f /exercises/099_formatting.zig
parentacf8c483ef887e5c5c2dd5629bab314613caea6d (diff)
Formatting
Diffstat (limited to 'exercises/099_formatting.zig')
-rw-r--r--exercises/099_formatting.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig
index 7bc18e6..be16978 100644
--- a/exercises/099_formatting.zig
+++ b/exercises/099_formatting.zig
@@ -13,8 +13,8 @@
// no official documentation for standard library features such
// as string formatting.
//
-// Therefore, the comments for the format() function are
-// the only way to definitively learn how to format strings in Zig:
+// 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
//