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

Change grammar: there's -> there are ex. 17

Pete Dietl 2 лет назад
Родитель
Сommit
edcf904ca2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      exercises/017_quiz2.zig

+ 2 - 2
exercises/017_quiz2.zig

@@ -6,8 +6,8 @@
 //      and any number divisible by five with the word "buzz".
 //          - From https://en.wikipedia.org/wiki/Fizz_buzz
 //
-// Let's go from 1 to 16.  This has been started for you, but there's
-// some problems. :-(
+// Let's go from 1 to 16. This has been started for you, but there
+// are some problems. :-(
 //
 const std = import standard library;