Details (typos in comments)

This commit is contained in:
Roberto Ierusalimschy
2025-04-23 11:36:09 -03:00
parent 50fd8d03c3
commit 9b014d4bcd
16 changed files with 29 additions and 30 deletions

View File

@@ -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