Module:JI ratio finder: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Formatting; testing
Ganaram inukshuk (talk | contribs)
m a space
Line 257: Line 257:
text = text .. string.format(' (%.3f)', diff)
text = text .. string.format(' (%.3f)', diff)
elseif diff == 0 then
elseif diff == 0 then
text = text .. "(just)"
text = text .. " (just)"
end
end