Module:JI ratio finder: Difference between revisions
m Formatting; testing |
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 | ||