Skip to content

Commit 1638640

Browse files
committed
Fix typo in tradehelpers
1 parent 072ce93 commit 1638640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TradeHelpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ function M.buildModMap(item)
406406
end
407407

408408
-- Helper: get diff label string for an item slot comparison
409-
--- @param pIem table
409+
--- @param pItem table
410410
--- @param cItem table
411411
function M.getSlotDiffLabel(pItem, cItem)
412412
if not pItem and not cItem then

0 commit comments

Comments
 (0)