aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-12-01 13:32:08 -0500
committerGitHub <[email protected]>2021-12-01 13:32:08 -0500
commit7e6bf6bb30b2b3e8c1f9d6601f5de40c69de34eb (patch)
tree390aa1dc72437e0faa24fd5aba34842be518071f
parent8c264bcaeff7f31552b1bfebd0ba6ed34302068b (diff)
parent8a0e650d136bc9157fea93bec294df69fa8fe119 (diff)
downloadziglings-7e6bf6bb30b2b3e8c1f9d6601f5de40c69de34eb.tar.xz
ziglings-7e6bf6bb30b2b3e8c1f9d6601f5de40c69de34eb.zip
Merge pull request #83 from Arnavion/058-fix-typo
Fix typo in comment in 058_quiz7.zig
-rw-r--r--exercises/058_quiz7.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/058_quiz7.zig b/exercises/058_quiz7.zig
index dcff65a..0d5bcaa 100644
--- a/exercises/058_quiz7.zig
+++ b/exercises/058_quiz7.zig
@@ -31,7 +31,7 @@
// *************************************************************
// * A NOTE ABOUT THIS EXERCISE *
// * *
-// * You do NOT have to read an understand every bit of this *
+// * You do NOT have to read and understand every bit of this *
// * program. This is a very big example. Feel free to skim *
// * through it and then just focus on the few parts that are *
// * actually broken! *