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/constructs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/constructs.lua') diff --git a/testes/constructs.lua b/testes/constructs.lua index 3f6d506f..94f670c7 100644 --- a/testes/constructs.lua +++ b/testes/constructs.lua @@ -60,7 +60,7 @@ assert((x>y) and x or y == 2); assert(1234567890 == tonumber('1234567890') and 1234567890+1 == 1234567891) -do -- testing operators with diffent kinds of constants +do -- testing operators with different kinds of constants -- operands to consider: -- * fit in register -- * constant doesn't fit in register -- cgit v1.2.3-55-g6feb