From a6d13af0c257701137db0d031d1898fd838fc158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Mon, 20 May 2024 21:32:32 +0200 Subject: [PATCH] the Earth --- exercises/047_methods.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");