mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 00:31:39 +03:00
Merge pull request #3883 from roastchicken/master
[lua/en] Fix typo by indicating a range with '...' instead of '..'
This commit is contained in:
commit
2f81283970
@ -116,7 +116,7 @@ function bar(a, b, c)
|
||||
end
|
||||
|
||||
x, y = bar('zaphod') --> prints "zaphod nil nil"
|
||||
-- Now x = 4, y = 8, values 15..42 are discarded.
|
||||
-- Now x = 4, y = 8, values 15...42 are discarded.
|
||||
|
||||
-- Functions are first-class, may be local/global.
|
||||
-- These are the same:
|
||||
|
Loading…
Reference in New Issue
Block a user