feat: More descriptive definition

This commit is contained in:
unknown 2021-08-17 00:28:40 -07:00
parent 57186aa56d
commit 2abb37e3a8
1 changed files with 2 additions and 2 deletions

View File

@ -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| {
//