]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/Team.hs
Fix a haddock comment and doc building in the makefile.
[dead/htsn-import.git] / src / TSN / Team.hs
index 7ca326d80203b613467a57aec5a8c311cddb56c3..bb73efcf975cf11c949acd92e04db8296eecdae9 100644 (file)
@@ -51,7 +51,7 @@ data Team =
 
 -- | A wrapper around 'Team' that lets us distinguish between home and
 --   away teams. See also 'HTeam'. \"V\" (visiting) was chosen instead
---   of \"A\" (away) simply because \"vteam" looks better than
+--   of \"A\" (away) simply because \"vteam\" looks better than
 --   \"ateam\". This is purely for type-safety.
 --
 newtype VTeam = VTeam { vteam :: Team } deriving (Eq, Show)