From 9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 Apr 2025 11:36:09 -0300 Subject: Details (typos in comments) --- testes/locals.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/locals.lua') diff --git a/testes/locals.lua b/testes/locals.lua index ccea0a14..eeeb4338 100644 --- a/testes/locals.lua +++ b/testes/locals.lua @@ -1162,7 +1162,7 @@ do local function open (x) numopen = numopen + 1 return - function () -- iteraction function + function () -- iteration function x = x - 1 if x > 0 then return x end end, -- cgit v1.2.3-55-g6feb