From d41e1b7bd071f0573028d15bb8acce720e5b0f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gallois?= <93224360+rigobert9@users.noreply.github.com> Date: Sun, 31 Jul 2022 19:17:52 +0000 Subject: [PATCH] Grammar check : adding a "to" --- exercises/069_comptime4.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/069_comptime4.zig b/exercises/069_comptime4.zig index ecec2ee..004a42c 100644 --- a/exercises/069_comptime4.zig +++ b/exercises/069_comptime4.zig @@ -7,7 +7,7 @@ // In fact, types are ONLY available at compile time, so the // 'comptime' keyword is required here. // -// Please take a moment put on the wizard hat which has been +// Please take a moment to put on the wizard hat which has been // provided for you. We're about to use this ability to implement // a generic function. //