]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Fix doc typo.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Jan 2014 16:08:07 +0000 (11:08 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Jan 2014 16:08:07 +0000 (11:08 -0500)
src/TSN/XML/InjuriesDetail.hs

index 7d7c19f99d2d236716171f0a381ea0dc8ca20cb1..b51c19d16d8bb54e6816f2a676ae0e13808b5b52 100644 (file)
@@ -83,8 +83,8 @@ instance FromXml PlayerListing where
   -- | The DB analogue of a 'PlayerListing' is... itself!
   type Db PlayerListing = PlayerListing
 
-    -- | To convert between a 'PlayerListing' and a 'PlayerListing',
-    --   we do nothing.
+  -- | To convert between a 'PlayerListing' and a 'PlayerListing',
+  --   we do nothing.
   from_xml = id
 
 -- | This lets us call 'insert_xml' on a 'PlayerListing' without