Merge pull request #123 from arkeus/master

Docs typo fix
This commit is contained in:
leaf 2014-01-03 23:30:10 -08:00
commit 682fef60e9

View File

@ -556,7 +556,7 @@ for item in *items do print item
for j = 1,10,3 do print j
```
A for loop can also be used an expression. The last statement in the body of
A for loop can also be used as an expression. The last statement in the body of
the for loop is coerced into an expression and appended to an accumulating
array table.