From 5d7217dcbfa2058da504a09bc7b57e539f19d1de Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 24 Apr 2021 12:37:27 -0400 Subject: Fix typo in 066 (issue #46) --- exercises/066_comptime.zig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'exercises/066_comptime.zig') diff --git a/exercises/066_comptime.zig b/exercises/066_comptime.zig index 879ae48..262bf6f 100644 --- a/exercises/066_comptime.zig +++ b/exercises/066_comptime.zig @@ -41,9 +41,8 @@ pub fn main() void { // // When we use these identifiers in our program, the VALUES // are inserted at compile time into the executable code. The - // identifiers "my_int" and "my_float" don't really exist in - // our compiled application and do not refer to any - // particular areas of memory! + // IDENTIFIERS "const_int" and "const_float" don't exist in + // our compiled application! const const_int = 12345; const const_float = 987.654; -- cgit v1.2.3-70-g09d2