Skip to content

Commit 799ac91

Browse files
committed
Appease the spell checking gods hitrate -> hit rate
1 parent 1e4bb6c commit 799ac91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcOffence.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4380,7 +4380,7 @@ function calcs.offence(env, actor, activeSkill)
43804380

43814381
-- If stack limit exists, avg. poison stack is more complicated
43824382
if poisonStackLimit and poisonStackLimit > 0 and PoisonStacks > poisonStackLimit then
4383-
-- Calc number of avg. poisons applied per hit (without hitrate multipliers)
4383+
-- Calc number of avg. poisons applied per hit (without hit rate multipliers)
43844384
local singleHitPoisonChance = output.HitChance / 100 * poisonChance
43854385
local singleHitPoisonStacks = singleHitPoisonChance * additionalPoisonStacks
43864386

0 commit comments

Comments
 (0)