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/math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/math.lua') diff --git a/testes/math.lua b/testes/math.lua index bad8bc5e..88a57ce7 100644 --- a/testes/math.lua +++ b/testes/math.lua @@ -1071,7 +1071,7 @@ do assert(x == tonumber(tostring(x))) end - -- different numbers shold print differently. + -- different numbers should print differently. -- check pairs of floats with minimum detectable difference local p = floatbits - 1 for i = 1, maxexp - 1 do -- cgit v1.2.3-55-g6feb