lib/wowheadr/entity/spell.rb in wowheadr-0.0.3 vs lib/wowheadr/entity/spell.rb in wowheadr-0.0.4

- old
+ new

@@ -30,10 +30,10 @@ self.set(:lvl, level) end alias :lvl :level # Whether or not to show the tooltip for the buff the spell provides, - # rathern than for the spell itself. + # rather than for the spell itself. def buff(buff) self.set(:buff, buff) end end end