From f4e4a4b20754fd1f6d1e2ab6aa6dc87fe1cfd187 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Mon, 26 Apr 2021 20:34:41 -0400 Subject: [PATCH] fix typo in 072 (for #49) --- 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 c5e04dd..06eb92e 100644 --- a/exercises/072_comptime7.zig +++ b/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!