summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-26 13:38:33 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-26 13:38:33 +0400
commit43734d0b481ede51f3cc550d7a6a86abb45710b3 (patch)
treefc3f0110e96ce0f69f3fd383cdcf5043f1cb996a /src/Network/BitTorrent
parent3df259705da435416c0efe274f1f2bf251d90c15 (diff)
Fix documentation markup
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/Tracker/RPC/HTTP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs
index c5bf4e31..00fc9331 100644
--- a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs
+++ b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs
@@ -180,7 +180,7 @@ scrape m u q = do
180 180
181-- | More particular version of 'scrape', just for one torrent. 181-- | More particular version of 'scrape', just for one torrent.
182-- 182--
183-- This function can throw RpcException. 183-- This function can throw 'RpcException'.
184-- 184--
185scrapeOne :: Manager -> URI -> InfoHash -> IO ScrapeEntry 185scrapeOne :: Manager -> URI -> InfoHash -> IO ScrapeEntry
186scrapeOne m uri ih = do 186scrapeOne m uri ih = do