diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 07:06:37 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 07:06:37 +0400 |
commit | 1b38c3e4a9741da210b984eac6ffc073121a4940 (patch) | |
tree | d114f993406e9c5da998cde7099f114f2fafc90e /src/Network/Torrent/Tracker/Scrape.hs | |
parent | ff88ce802b9d7f192c79db794592e772853bdc9f (diff) |
fix docs
Diffstat (limited to 'src/Network/Torrent/Tracker/Scrape.hs')
-rw-r--r-- | src/Network/Torrent/Tracker/Scrape.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/Torrent/Tracker/Scrape.hs b/src/Network/Torrent/Tracker/Scrape.hs index 5152b79f..80a9fc0a 100644 --- a/src/Network/Torrent/Tracker/Scrape.hs +++ b/src/Network/Torrent/Tracker/Scrape.hs | |||
@@ -34,7 +34,7 @@ data ScrapeInfo = ScrapeInfo { | |||
34 | , siIncomplete :: Int | 34 | , siIncomplete :: Int |
35 | -- ^ Number of leechers. | 35 | -- ^ Number of leechers. |
36 | , siName :: Maybe ByteString | 36 | , siName :: Maybe ByteString |
37 | -- | Name of the torrent file, as specified by the "name" | 37 | -- ^ Name of the torrent file, as specified by the "name" |
38 | -- file in the info section of the .torrent file. | 38 | -- file in the info section of the .torrent file. |
39 | } deriving (Show, Eq) | 39 | } deriving (Show, Eq) |
40 | 40 | ||