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");