Fix typo in SoccerSeason definition.

develop
Icedream 2016-07-09 20:50:13 +02:00
parent cb21cdb829
commit c3d9a59b0d
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type SoccerSeason struct {
NumberOfMatchdays uint16
NumberOfTeams uint16
NumberOfGames uint16
LastUpdates time.Time
LastUpdated time.Time
}
// Contains the fixture and the head to head information delivered by the API