Kim SHrier 2 лет назад
Родитель
Сommit
d82396c174
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/001_hello.zig

+ 1 - 1
exercises/001_hello.zig

@@ -11,7 +11,7 @@
 //         ...
 //     }
 //
-// Perhaps knowing this well help solve the errors we're getting
+// Perhaps knowing this will help solve the errors we're getting
 // with this little program?
 //
 const std = @import("std");