Dave Gauer 4 лет назад
Родитель
Сommit
f4e4a4b207
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/072_comptime7.zig

+ 1 - 1
exercises/072_comptime7.zig

@@ -51,7 +51,7 @@ pub fn main() void {
         }
         // ...But it's quite a bit more exciting than it first appears. 
         // The 'inline while' no longer exists at runtime and neither
-        // does anything else not touched by directly by runtime
+        // does anything else not touched directly by runtime
         // code. The 'instructions' string, for example, does not
         // appear anywhere in the compiled program because it's
         // not used by it!