aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Gallois <[email protected]>2022-07-31 19:17:52 +0000
committerGitHub <[email protected]>2022-07-31 19:17:52 +0000
commitd41e1b7bd071f0573028d15bb8acce720e5b0f5c (patch)
treeb680ce67a2490d9e805af46bdb1c4e63488edc78
parent18c761d85d3cc3736d843c82c70e754f79c6d4e8 (diff)
downloadziglings-d41e1b7bd071f0573028d15bb8acce720e5b0f5c.tar.xz
ziglings-d41e1b7bd071f0573028d15bb8acce720e5b0f5c.zip
Grammar check : adding a "to"
-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.
//