diff --git a/lib/sightstone/modules/league_module.rb b/lib/sightstone/modules/league_module.rb index 8c080d2..f98dcba 100644 --- a/lib/sightstone/modules/league_module.rb +++ b/lib/sightstone/modules/league_module.rb @@ -11,7 +11,7 @@ class LeagueModule < SightstoneBaseModule # Provides league information of a summoner # @param [Summoner, Integer] summoner # @param optional [Hash] optional arguments: :region => replaces default region - # @returns [Array] an array of all leagues the summoner and his teams are in + # @return [Array] an array of all leagues the summoner and his teams are in def league(summoner, optional={}) region = optional[:region] || @sightstone.region id = if summoner.is_a? Summoner @@ -33,4 +33,4 @@ class LeagueModule < SightstoneBaseModule } end -end \ No newline at end of file +end