diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
commit | 9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed (patch) | |
tree | 50d7ec68ff36d2fa017b970b11985c6cce5861aa /testes/math.lua | |
parent | 50fd8d03c33bbe52ac5b34c4eb748197b349cedd (diff) | |
download | lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.gz lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.bz2 lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.zip |
Details (typos in comments)
Diffstat (limited to 'testes/math.lua')
-rw-r--r-- | testes/math.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1071 | assert(x == tonumber(tostring(x))) | 1071 | assert(x == tonumber(tostring(x))) |
1072 | end | 1072 | end |
1073 | 1073 | ||
1074 | -- different numbers shold print differently. | 1074 | -- different numbers should print differently. |
1075 | -- check pairs of floats with minimum detectable difference | 1075 | -- check pairs of floats with minimum detectable difference |
1076 | local p = floatbits - 1 | 1076 | local p = floatbits - 1 |
1077 | for i = 1, maxexp - 1 do | 1077 | for i = 1, maxexp - 1 do |