aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-05-30 14:15:52 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-05-30 14:15:52 +0000
commit914141ec5a573aa179ae1b0af2f418570f60a715 (patch)
tree90c5b594afbcc6dbc0dbf5628c48c8e68db075a0
parent227bcb18dbfdde1b358aa8d047f03f33961ad2ca (diff)
parentc2caf1a32e5289f492302e6a6ed86f46973d0b63 (diff)
Merge pull request 'the Earth' (#97) from rofrol/ziglings--exercises:the-earth into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/97
-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");