aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKim SHrier <gitkim@westryn.net>2023-05-07 01:38:28 -0600
committerKim SHrier <gitkim@westryn.net>2023-05-07 01:38:28 -0600
commit6bdc1caaae4d47ff6cbcedccfe9caa4ed31557d1 (patch)
tree8d58ec2ea0c5e07048d4a2547a400ce2356024b8
parenta446d67992d6035cc6c1fba9d019e9d67f84a79c (diff)
add missing word "to"
-rw-r--r--exercises/072_comptime7.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/072_comptime7.zig b/exercises/072_comptime7.zig
index 147b935..9bc30fb 100644
--- a/exercises/072_comptime7.zig
+++ b/exercises/072_comptime7.zig
@@ -1,6 +1,6 @@
//
// 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
// figure out what this rather bonkers example prints:
//