aboutsummaryrefslogtreecommitdiff
path: root/exercises/058_quiz7.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-12-20 14:44:32 -0500
committerDave Gauer <dave@ratfactor.com>2021-12-20 14:44:32 -0500
commit283fcb002b486f6fd0c07159e9dd9625fb5fddef (patch)
tree56de15db2871cd461dc07496b4c22eadbd3f9d9c /exercises/058_quiz7.zig
parentd8c8e865915c66db048df471e0be46d03187ae25 (diff)
parent81aa756e26f0d2e67ea7e0a24e72cc1932333ecb (diff)
downloadziglings-283fcb002b486f6fd0c07159e9dd9625fb5fddef.tar.gz
ziglings-283fcb002b486f6fd0c07159e9dd9625fb5fddef.tar.bz2
ziglings-283fcb002b486f6fd0c07159e9dd9625fb5fddef.tar.xz
ziglings-283fcb002b486f6fd0c07159e9dd9625fb5fddef.zip
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'exercises/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! *