diff options
| author | Dave Gauer <[email protected]> | 2023-04-30 17:12:35 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2023-04-30 17:12:35 -0400 |
| commit | 4198d5b2dbff790f224a9ab93d5cdff8630a57a7 (patch) | |
| tree | 879955210bd57f2defa6d5d83a81d743b69212d0 /exercises/016_for2.zig | |
| parent | bef099fee6f5a24036d1f02fcc43fe4b849c5528 (diff) | |
| download | ziglings-4198d5b2dbff790f224a9ab93d5cdff8630a57a7.tar.xz ziglings-4198d5b2dbff790f224a9ab93d5cdff8630a57a7.zip | |
Oops, capitalization in ex016.
Diffstat (limited to 'exercises/016_for2.zig')
| -rw-r--r-- | exercises/016_for2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/016_for2.zig b/exercises/016_for2.zig index 8c01bc3..ea1e6ca 100644 --- a/exercises/016_for2.zig +++ b/exercises/016_for2.zig @@ -39,5 +39,5 @@ pub fn main() void { // As mentioned in the previous exercise, 'for' loops have gained // additional flexibility since these early exercises were // written. As we'll see in later exercises, the above syntax for -// capturing the index is part of a more general ability. hang in +// capturing the index is part of a more general ability. Hang in // there! |
