summaryrefslogtreecommitdiff
path: root/exercises/026_hello2.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/026_hello2.zig')
-rw-r--r--exercises/026_hello2.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/026_hello2.zig b/exercises/026_hello2.zig
index 7daa9e2..9cd8bbc 100644
--- a/exercises/026_hello2.zig
+++ b/exercises/026_hello2.zig
@@ -5,7 +5,7 @@
//
const std = @import("std");
-// Instance for input/output operations, we'll learn how to create them later.
+// Instance for input/output operations; we will learn more about this later.
const io = std.Options.debug_io;
// Take note that this main() definition now returns "!void" rather