summaryrefslogtreecommitdiffstatshomepage
path: root/exercises/06_strings.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/06_strings.zig')
-rw-r--r--exercises/06_strings.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/06_strings.zig b/exercises/06_strings.zig
index a58b9ef..6258816 100644
--- a/exercises/06_strings.zig
+++ b/exercises/06_strings.zig
@@ -22,7 +22,7 @@ pub fn main() void {
const d: u8 = ziggy[???];
// (Problem 2)
- // Use the array repeat '**' operator to make "ha ha ha".
+ // Use the array repeat '**' operator to make "ha ha ha ".
const laugh = "ha " ???;
// (Problem 3)