diff --git a/Examples/ExampleModule.lua b/Examples/ExampleModule.lua index 4289a24..592228c 100644 --- a/Examples/ExampleModule.lua +++ b/Examples/ExampleModule.lua @@ -2,7 +2,7 @@ local Tinkr, Bastion = ... local ExampleModule = Bastion.Module:New('ExampleModule') local Player = Bastion.UnitManager:Get('player') --- Create a local spellbook +-- Create a local spellbook. local SpellBook = Bastion.SpellBook:New() local FlashHeal = SpellBook:GetSpell(2061)