aboutsummaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-03-05 09:22:20 -0500
committerGitHub <noreply@github.com>2021-03-05 09:22:20 -0500
commite4b8779ee59a8f514983657d1609e99c336c8b75 (patch)
tree2bca1278089fbddfdbf527dcd026c0b846f3b8c1 /exercises
parentadee7614160a0ff8766e060c385d14ba4f182b93 (diff)
downloadziglings-e4b8779ee59a8f514983657d1609e99c336c8b75.tar.gz
ziglings-e4b8779ee59a8f514983657d1609e99c336c8b75.tar.bz2
ziglings-e4b8779ee59a8f514983657d1609e99c336c8b75.tar.xz
ziglings-e4b8779ee59a8f514983657d1609e99c336c8b75.zip
Update 48_methods2.zig
Diffstat (limited to 'exercises')
-rw-r--r--exercises/48_methods2.zig6
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/48_methods2.zig b/exercises/48_methods2.zig
index 14192f6..f97710d 100644
--- a/exercises/48_methods2.zig
+++ b/exercises/48_methods2.zig
@@ -66,6 +66,6 @@ fn visitElephants(first_elephant: *Elephant) void {
// name or alias in a comment below this one and make a
// pull request on GitHub for a piece of eternal Ziglings
// glory. The first five (5) PRs will be accepted!
-
-drforester - I found one in the Zig source. See link below:
-https://github.com/ziglang/zig/blob/041212a41cfaf029dc3eb9740467b721c76f406c/src/Compilation.zig#L2495
+//
+// 1) drforester - I found one in the Zig source:
+// https://github.com/ziglang/zig/blob/041212a41cfaf029dc3eb9740467b721c76f406c/src/Compilation.zig#L2495