From 62252055c2dffdb1008fab11e58711708dd6400e Mon Sep 17 00:00:00 2001 From: Julian Montague Date: Fri, 13 Mar 2020 07:57:11 +0100 Subject: Fix typo by indicating a range with '...' --- lua.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua.html.markdown b/lua.html.markdown index 0a7c4f00..53e396be 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -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: -- cgit v1.2.3