Skip to content

Commit fa28ce3

Browse files
committed
fix spelling
1 parent ee74406 commit fa28ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/CalcDefence.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function calcs.reducePoolsByDamage(poolTable, damageTable, actor)
102102
if output.TotalTotemLife then
103103
alliesTakenBeforeYou["totems"] = { remaining = output.TotalTotemLife, percent = output.TotemAllyDamageMitigation / 100 }
104104
end
105-
-- soul link isnt implemented yet
105+
-- soul link is not implemented yet
106106
if output.SoulLink then
107107
alliesTakenBeforeYou["soulLink"] = { remaining = output.SoulLink, percent = output.SoulLinkMitigation / 100 }
108108
end

0 commit comments

Comments
 (0)