Fix typo in api_types.go.

develop
Icedream 2016-07-09 21:10:14 +02:00
parent 883bfcf113
commit fca8f38221
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ type SoccerSeason struct {
} }
// Contains the list of competitions returned by the API. // Contains the list of competitions returned by the API.
type CompetitionList []Competitions type CompetitionList []Competition
// Contains information about a competition. // Contains information about a competition.
type Competition struct { type Competition struct {