Merge pull request #3883 from roastchicken/master

[lua/en] Fix typo by indicating a range with '...' instead of '..'
This commit is contained in:
Divay Prakash 2020-04-11 16:35:42 +05:30 committed by GitHub
commit 2f81283970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: