From 8a0e650d136bc9157fea93bec294df69fa8fe119 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Wed, 1 Dec 2021 02:44:49 -0800 Subject: [PATCH] Fix typo in comment in 058_quiz7.zig --- exercises/058_quiz7.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! *