Oops, capitalization in ex016.

This commit is contained in:
Dave Gauer 2023-04-30 17:12:35 -04:00
parent bef099fee6
commit 4198d5b2db

View file

@ -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!