diff options
| author | Chris Boesch <[email protected]> | 2024-06-08 16:31:06 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-06-08 16:31:06 +0000 |
| commit | 7f78701d199be38809303d26b29d8a636cbcd201 (patch) | |
| tree | d81ea56d728cee104060c143b6f7ca9d01039a5f /exercises/047_methods.zig | |
| parent | 6223dc0f83cb903ad259aacfb4eb2e4e50eab9b0 (diff) | |
| parent | 5c9b9bdc343f8960b16ac6d219274759396cfe64 (diff) | |
| download | ziglings-7f78701d199be38809303d26b29d8a636cbcd201.tar.xz ziglings-7f78701d199be38809303d26b29d8a636cbcd201.zip | |
Merge branch 'main' into grammar
Diffstat (limited to 'exercises/047_methods.zig')
| -rw-r--r-- | exercises/047_methods.zig | 2 |
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"); |
