doc: `for s, screen do` -> `for s in screen do`

This commit is contained in:
Emmanuel Lepage Vallee 2016-05-15 23:44:09 -04:00
parent 52208bc728
commit b8920c2a7a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
* *
* It is also possible loop over all current screens using: * It is also possible loop over all current screens using:
* *
* for s, screen do * for s in screen do
* -- do something * -- do something
* end * end
* *