aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPete Dietl <petedietl@gmail.com>2023-05-27 01:28:30 +0200
committerPete Dietl <petedietl@gmail.com>2023-05-27 01:28:30 +0200
commitedcf904ca2f8c5917d754063e512a389a9f43dc4 (patch)
tree0f6d14f16f21c731ca5d1d7f34abf2aea8ac73e1
parent1482b82500c48054909fb8cb277c10bdb702efa5 (diff)
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;