From e6bc853b7f09313a8edf5688362c6f51248c4df4 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Fri, 23 Aug 2019 10:35:59 -0400 Subject: [PATCH] typo --- src/Mtlstats/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mtlstats/Types.hs b/src/Mtlstats/Types.hs index 5dbba83..6aeb018 100644 --- a/src/Mtlstats/Types.hs +++ b/src/Mtlstats/Types.hs @@ -143,7 +143,7 @@ data Database = Database { _dbPlayers :: [Player] -- ^ The list of players , _dbGoalies :: [Goalie] - -- ^ The lidt of goalies + -- ^ The list of goalies , _dbGames :: Int -- ^ The number of games recorded } deriving (Eq, Show)