aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--exercises/047_methods.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/047_methods.zig b/exercises/047_methods.zig
index d2e3ee6..3221ca2 100644
--- a/exercises/047_methods.zig
+++ b/exercises/047_methods.zig
@@ -40,7 +40,7 @@
// Okay, you're armed.
//
// Now, please zap the alien structs until they're all gone or
-// Earth will be doomed!
+// the Earth will be doomed!
//
const std = @import("std");