diff options
author | Dave Gauer <ratfactor@gmail.com> | 2021-12-01 13:32:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 13:32:08 -0500 |
commit | 81aa756e26f0d2e67ea7e0a24e72cc1932333ecb (patch) | |
tree | 390aa1dc72437e0faa24fd5aba34842be518071f /exercises/058_quiz7.zig | |
parent | 8bd36db323f656e71109fdba0e2673ce1cbc0aab (diff) | |
parent | 404eca30d1d71ed2b3de36e005f8c251a5e8e629 (diff) | |
download | ziglings-81aa756e26f0d2e67ea7e0a24e72cc1932333ecb.tar.gz ziglings-81aa756e26f0d2e67ea7e0a24e72cc1932333ecb.tar.bz2 ziglings-81aa756e26f0d2e67ea7e0a24e72cc1932333ecb.tar.xz ziglings-81aa756e26f0d2e67ea7e0a24e72cc1932333ecb.zip |
Merge pull request #83 from Arnavion/058-fix-typo
Fix typo in comment in 058_quiz7.zig
Diffstat (limited to 'exercises/058_quiz7.zig')
-rw-r--r-- | exercises/058_quiz7.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/058_quiz7.zig b/exercises/058_quiz7.zig index dcff65a..0d5bcaa 100644 --- a/exercises/058_quiz7.zig +++ b/exercises/058_quiz7.zig @@ -31,7 +31,7 @@ // ************************************************************* // * A NOTE ABOUT THIS EXERCISE * // * * -// * You do NOT have to read an understand every bit of this * +// * You do NOT have to read and understand every bit of this * // * program. This is a very big example. Feel free to skim * // * through it and then just focus on the few parts that are * // * actually broken! * |