From edcf904ca2f8c5917d754063e512a389a9f43dc4 Mon Sep 17 00:00:00 2001
From: Pete Dietl <petedietl@gmail.com>
Date: Sat, 27 May 2023 01:28:30 +0200
Subject: [PATCH] Change grammar: there's -> there are ex. 17

---
 exercises/017_quiz2.zig | 4 ++--
 1 file 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;