diff --git a/exercises/015_for.zig b/exercises/015_for.zig index 2ce930e..4c87a05 100644 --- a/exercises/015_for.zig +++ b/exercises/015_for.zig @@ -1,6 +1,6 @@ // -// Behold the 'for' loop! It lets you execute code for each -// member of an array: +// Behold the 'for' loop! For loops let you execute code for each +// element of an array: // // for (items) |item| { //