aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRoman Frołow <rofrol@gmail.com>2024-05-20 21:32:32 +0200
committerRoman Frołow <rofrol@gmail.com>2024-05-20 21:32:32 +0200
commita6d13af0c257701137db0d031d1898fd838fc158 (patch)
treed48fa46c5aa4844334660d548130756d2f47349b
parent776316e60ba6b9500969c3d0b6f63865af3cb92d (diff)
the Earth
-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");