From 6aa545e4d325693c09e31f9cd8dfff92af3b5efd Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Fri, 3 Jan 2014 23:27:35 -0800 Subject: [PATCH] Docs typo fix --- docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 6af574d..4299267 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -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.