Open main menu

Changes

Module:TableTools

5 bytes added, 14:13, 19 December 2013
valueIntersection: fix error message function name
local lim = select('#', ...)
if lim < 2 then
error(lim .. ' argument' .. (lim == 1 and '' or 's') .. " passed to 'intersectionvalueIntersection' (minimum is 2)", 2)
end
local isNan = p.isNan
Anonymous user