Browse Source

Merge pull request #83 from Arnavion/058-fix-typo

Fix typo in comment in 058_quiz7.zig
Dave Gauer 3 years ago
parent
commit
7e6bf6bb30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/058_quiz7.zig

+ 1 - 1
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!                                          *