doc: `for s, screen do` -> `for s in screen do`
This commit is contained in:
parent
52208bc728
commit
b8920c2a7a
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* It is also possible loop over all current screens using:
|
||||
*
|
||||
* for s, screen do
|
||||
* for s in screen do
|
||||
* -- do something
|
||||
* end
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue