typo
This commit is contained in:
parent
16c9ebe124
commit
e6bc853b7f
|
@ -143,7 +143,7 @@ data Database = Database
|
||||||
{ _dbPlayers :: [Player]
|
{ _dbPlayers :: [Player]
|
||||||
-- ^ The list of players
|
-- ^ The list of players
|
||||||
, _dbGoalies :: [Goalie]
|
, _dbGoalies :: [Goalie]
|
||||||
-- ^ The lidt of goalies
|
-- ^ The list of goalies
|
||||||
, _dbGames :: Int
|
, _dbGames :: Int
|
||||||
-- ^ The number of games recorded
|
-- ^ The number of games recorded
|
||||||
} deriving (Eq, Show)
|
} deriving (Eq, Show)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user