diff options
| author | Diogo Neves <[email protected]> | 2023-02-16 00:39:56 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-16 00:39:56 +0000 |
| commit | 4c827a6ec2095aa24f341d1bec6f35bd895d4ee4 (patch) | |
| tree | 43d2d703feac4f53993e40a4f5d326019c07b7e9 | |
| parent | 0f42850f7e17463e9d8ccc21da0516d288eed6d7 (diff) | |
| download | ziglings-4c827a6ec2095aa24f341d1bec6f35bd895d4ee4.tar.xz ziglings-4c827a6ec2095aa24f341d1bec6f35bd895d4ee4.zip | |
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)
| -rw-r--r-- | exercises/020_quiz3.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/020_quiz3.zig b/exercises/020_quiz3.zig index 651af8c..571628e 100644 --- a/exercises/020_quiz3.zig +++ b/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 // that contains a "while" loop. // |
