Browse Source

Merge pull request #118 from rigobert9/main

Grammar check : adding a "to"
Dave Gauer 3 years ago
parent
commit
d1a64e02e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/069_comptime4.zig

+ 1 - 1
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.
 //