From 4198d5b2dbff790f224a9ab93d5cdff8630a57a7 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 30 Apr 2023 17:12:35 -0400 Subject: [PATCH] Oops, capitalization in ex016. --- exercises/016_for2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!