From 6bdc1caaae4d47ff6cbcedccfe9caa4ed31557d1 Mon Sep 17 00:00:00 2001 From: Kim SHrier Date: Sun, 7 May 2023 01:38:28 -0600 Subject: [PATCH] add missing word "to" --- exercises/072_comptime7.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: //