Fix typo in api_types.go.
parent
883bfcf113
commit
fca8f38221
|
@ -44,7 +44,7 @@ type SoccerSeason struct {
|
|||
}
|
||||
|
||||
// Contains the list of competitions returned by the API.
|
||||
type CompetitionList []Competitions
|
||||
type CompetitionList []Competition
|
||||
|
||||
// Contains information about a competition.
|
||||
type Competition struct {
|
||||
|
|
Loading…
Reference in New Issue