summaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-07 17:37:33 +0200
committerGitHub <noreply@github.com>2023-05-07 17:37:33 +0200
commit2b17c3dc3980a0d801f12102c37f885a7cc0a6f8 (patch)
tree68456b2e75f25c3a7ec98d62c424d8ff554f3f01 /exercises
parent1fccbc439ffb14251b94790d806e91f3b57afb31 (diff)
parent6bdc1caaae4d47ff6cbcedccfe9caa4ed31557d1 (diff)
Merge pull request #287 from kimshrier/exercise_072_typo
Add missing word "to"
Diffstat (limited to 'exercises')
-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:
//