aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2022-07-31 16:18:27 -0400
committerGitHub <noreply@github.com>2022-07-31 16:18:27 -0400
commitd1a64e02e872de01730efee6f9c527db2a6ffea3 (patch)
treeafaa1996ae3dee2ea04a083f8b116f4d9f2f5dc9 /exercises
parent84bd02138e0d1c50c9723a660c0347614a599bc7 (diff)
parentd41e1b7bd071f0573028d15bb8acce720e5b0f5c (diff)
Merge pull request #118 from rigobert9/main
Grammar check : adding a "to"
Diffstat (limited to 'exercises')
-rw-r--r--exercises/069_comptime4.zig2
1 files changed, 1 insertions, 1 deletions
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.
//