Fix typo by indicating a range with '...'

This commit is contained in:
Julian Montague 2020-03-13 07:57:11 +01:00 committed by Julian Montague
parent 9e975a8dcf
commit 62252055c2

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: