lib/sportradar/api/football/game.rb in sportradar-api-0.11.56 vs lib/sportradar/api/football/game.rb in sportradar-api-0.11.57
- old
+ new
@@ -259,10 +259,10 @@
elsif finished?
'Final'
elsif postponed?
'Postponed'
elsif halftime?
- 'Halftime'
+ 'Half'
else
clock_display
end
end