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

Oops, capitalization in ex016.

Dave Gauer 2 лет назад
Родитель
Сommit
4198d5b2db
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/016_for2.zig

+ 1 - 1
exercises/016_for2.zig

@@ -39,5 +39,5 @@ pub fn main() void {
 // As mentioned in the previous exercise, 'for' loops have gained
 // additional flexibility since these early exercises were
 // written. As we'll see in later exercises, the above syntax for
-// capturing the index is part of a more general ability. hang in
+// capturing the index is part of a more general ability. Hang in
 // there!