Browse Source

adds missing 'the' to intro text

`some of things` => `some of the things`. (I'm loving the exercises and wanted to contribute in any way possible)
Diogo Neves 2 years ago
parent
commit
4c827a6ec2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/020_quiz3.zig

+ 1 - 1
exercises/020_quiz3.zig

@@ -1,5 +1,5 @@
 //
 //
-// Let's see if we can make use of some of things we've learned so far.
+// Let's see if we can make use of some of the things we've learned so far.
 // We'll create two functions: one that contains a "for" loop and one
 // We'll create two functions: one that contains a "for" loop and one
 // that contains a "while" loop.
 // that contains a "while" loop.
 //
 //