aboutsummaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-06-08 16:31:06 +0000
committerChris Boesch <[email protected]>2024-06-08 16:31:06 +0000
commit7f78701d199be38809303d26b29d8a636cbcd201 (patch)
treed81ea56d728cee104060c143b6f7ca9d01039a5f /exercises
parent6223dc0f83cb903ad259aacfb4eb2e4e50eab9b0 (diff)
parent5c9b9bdc343f8960b16ac6d219274759396cfe64 (diff)
downloadziglings-7f78701d199be38809303d26b29d8a636cbcd201.tar.xz
ziglings-7f78701d199be38809303d26b29d8a636cbcd201.zip
Merge branch 'main' into grammar
Diffstat (limited to 'exercises')
-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");