aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-02-16 13:50:41 +0100
committerGitHub <[email protected]>2023-02-16 13:50:41 +0100
commit120cf0c15887638da4d23f0f7d0e98ffa1b4bcc2 (patch)
tree68bfcc347ddd923ff6481cd20d57fda8454be1d7
parent4a63c43c1f18cf1fb98dc579f3f7bdcc27c3b336 (diff)
parent4c827a6ec2095aa24f341d1bec6f35bd895d4ee4 (diff)
downloadziglings-120cf0c15887638da4d23f0f7d0e98ffa1b4bcc2.tar.xz
ziglings-120cf0c15887638da4d23f0f7d0e98ffa1b4bcc2.zip
Merge pull request #184 from DiogoNeves/patch-1
Adds missing 'the' to intro text (020_quiz3)
-rw-r--r--exercises/020_quiz3.zig2
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.
//