diff options
| author | Chris Boesch <[email protected]> | 2023-05-30 21:34:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 21:34:46 +0200 |
| commit | b84a2f5c6941551de094f568539891428225e7f7 (patch) | |
| tree | 5e0eac98fee1a61c2692954e0fa16ce008054aa7 | |
| parent | 940482a07ebe60f9fc34be0aa1dd0bc554a55969 (diff) | |
| parent | edcf904ca2f8c5917d754063e512a389a9f43dc4 (diff) | |
| download | ziglings-b84a2f5c6941551de094f568539891428225e7f7.tar.xz ziglings-b84a2f5c6941551de094f568539891428225e7f7.zip | |
Merge pull request #312 from pdietl/pdietl/fix_grammar
Change grammar: there's -> there are ex. 17
| -rw-r--r-- | exercises/017_quiz2.zig | 4 |
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; |
