mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Oops, capitalization in ex016.
This commit is contained in:
parent
bef099fee6
commit
4198d5b2db
1 changed files with 1 additions and 1 deletions
|
@ -39,5 +39,5 @@ pub fn main() void {
|
||||||
// As mentioned in the previous exercise, 'for' loops have gained
|
// As mentioned in the previous exercise, 'for' loops have gained
|
||||||
// additional flexibility since these early exercises were
|
// additional flexibility since these early exercises were
|
||||||
// written. As we'll see in later exercises, the above syntax for
|
// 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!
|
// there!
|
||||||
|
|
Loading…
Reference in a new issue