aboutsummaryrefslogtreecommitdiff
path: root/exercises/017_quiz2.zig
diff options
context:
space:
mode:
authorJoseph T Lyons <JosephTLyons@gmail.com>2021-03-14 01:26:52 -0500
committerJoseph T Lyons <JosephTLyons@gmail.com>2021-03-14 01:26:52 -0500
commitd120664c5f622d2796d7d8c790ada1f7aa74888a (patch)
treede86f5a41091415c3f3a2763859a9ad9d212b4a5 /exercises/017_quiz2.zig
parent7ddfca2e358bce98e3fbdbe64b117af74fea1ab7 (diff)
downloadziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.tar.gz
ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.tar.bz2
ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.tar.xz
ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.zip
Cleaned up some trailing whitespace
Diffstat (limited to 'exercises/017_quiz2.zig')
-rw-r--r--exercises/017_quiz2.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/017_quiz2.zig b/exercises/017_quiz2.zig
index 7de7010..cfdd945 100644
--- a/exercises/017_quiz2.zig
+++ b/exercises/017_quiz2.zig
@@ -3,7 +3,7 @@
//
// "Players take turns to count incrementally, replacing
// any number divisible by three with the word "fizz",
-// and any number divisible by five with the word "buzz".
+// 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