diff options
author | François Gallois <93224360+rigobert9@users.noreply.github.com> | 2022-07-31 19:17:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 19:17:52 +0000 |
commit | f69c95d6751bd3dfc8fde8065d88fe07bae33af9 (patch) | |
tree | b680ce67a2490d9e805af46bdb1c4e63488edc78 /exercises | |
parent | 0e64778f3c27a4b42cc94f12c8c7029daed1bd8a (diff) | |
download | ziglings-f69c95d6751bd3dfc8fde8065d88fe07bae33af9.tar.gz ziglings-f69c95d6751bd3dfc8fde8065d88fe07bae33af9.tar.bz2 ziglings-f69c95d6751bd3dfc8fde8065d88fe07bae33af9.tar.xz ziglings-f69c95d6751bd3dfc8fde8065d88fe07bae33af9.zip |
Grammar check : adding a "to"
Diffstat (limited to 'exercises')
-rw-r--r-- | exercises/069_comptime4.zig | 2 |
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. // |