From fca8f382218269b858392785f7ba9f4a5446725c Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 9 Jul 2016 21:10:14 +0200 Subject: [PATCH] Fix typo in api_types.go. --- api_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_types.go b/api_types.go index a0bbe98..431aa67 100644 --- a/api_types.go +++ b/api_types.go @@ -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 {