Просмотр исходного кода

Fix typo in comment in 058_quiz7.zig

Arnavion 3 лет назад
Родитель
Сommit
8a0e650d13
1 измененных файлов с 1 добавлено и 1 удалено
  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!                                          *