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.
|
// 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 {
|
||||||
|
|
Loading…
Reference in New Issue