Browse Source

add missing word "to"

Kim SHrier 2 years ago
parent
commit
6bdc1caaae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/072_comptime7.zig

+ 1 - 1
exercises/072_comptime7.zig

@@ -1,6 +1,6 @@
 //
 //
 // There is also an 'inline while'. Just like 'inline for', it
 // There is also an 'inline while'. Just like 'inline for', it
-// loops at compile time, allowing you do all sorts of
+// loops at compile time, allowing you to do all sorts of
 // interesting things not possible at runtime. See if you can
 // interesting things not possible at runtime. See if you can
 // figure out what this rather bonkers example prints:
 // figure out what this rather bonkers example prints:
 //
 //