summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-30 21:34:46 +0200
committerGitHub <noreply@github.com>2023-05-30 21:34:46 +0200
commitb84a2f5c6941551de094f568539891428225e7f7 (patch)
tree5e0eac98fee1a61c2692954e0fa16ce008054aa7
parent940482a07ebe60f9fc34be0aa1dd0bc554a55969 (diff)
parentedcf904ca2f8c5917d754063e512a389a9f43dc4 (diff)
Merge pull request #312 from pdietl/pdietl/fix_grammar
Change grammar: there's -> there are ex. 17
-rw-r--r--exercises/017_quiz2.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/017_quiz2.zig b/exercises/017_quiz2.zig
index cfdd945..a61e38b 100644
--- a/exercises/017_quiz2.zig
+++ b/exercises/017_quiz2.zig
@@ -6,8 +6,8 @@
// and any number divisible by five with the word "buzz".
// - From https://en.wikipedia.org/wiki/Fizz_buzz
//
-// Let's go from 1 to 16. This has been started for you, but there's
-// some problems. :-(
+// Let's go from 1 to 16. This has been started for you, but there
+// are some problems. :-(
//
const std = import standard library;