Skip to content

Commit

Permalink
Pay homage to sequential iteration using "in"
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Aug 26, 2014
1 parent d0ac433 commit 780a5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ Iteration
Sequential iteration is implemented by the methods ``start``, ``done``, and
``next``. The general ``for`` loop::

for i = I
for i = I # or "for i in I"
# body
end

Expand Down

0 comments on commit 780a5b4

Please sign in to comment.