From d120664c5f622d2796d7d8c790ada1f7aa74888a Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Sun, 14 Mar 2021 01:26:52 -0500 Subject: Cleaned up some trailing whitespace --- exercises/017_quiz2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/017_quiz2.zig') 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 -- cgit v1.2.3-ZIG