diff options
author | Dave Gauer <ratfactor@gmail.com> | 2022-07-31 16:18:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 16:18:27 -0400 |
commit | a62e9108bdecbef700a6a1131688e5cde99f0511 (patch) | |
tree | afaa1996ae3dee2ea04a083f8b116f4d9f2f5dc9 | |
parent | 56c085c380c8a0892d6cc03744c65a4b25118255 (diff) | |
parent | f69c95d6751bd3dfc8fde8065d88fe07bae33af9 (diff) | |
download | ziglings-a62e9108bdecbef700a6a1131688e5cde99f0511.tar.gz ziglings-a62e9108bdecbef700a6a1131688e5cde99f0511.tar.bz2 ziglings-a62e9108bdecbef700a6a1131688e5cde99f0511.tar.xz ziglings-a62e9108bdecbef700a6a1131688e5cde99f0511.zip |
Merge pull request #118 from rigobert9/main
Grammar check : adding a "to"
-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. // |