summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:47:30 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:47:30 +0400
commit3a787f542b0dd8b671f174e729750821dc6015ec (patch)
tree40ac9a311104c0c4ff0e4f711675ff96f6de961f /src/Network
parent0af7da8ec92b12081e24ece17a7e54f95ab64ad6 (diff)
Fix documentation markup
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/KRPC/Protocol.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/KRPC/Protocol.hs b/src/Network/KRPC/Protocol.hs
index 77aa29e1..ad1dabca 100644
--- a/src/Network/KRPC/Protocol.hs
+++ b/src/Network/KRPC/Protocol.hs
@@ -9,7 +9,7 @@
9-- protocol. In many situations 'Network.KRPC' should be prefered 9-- protocol. In many situations 'Network.KRPC' should be prefered
10-- since it gives more safe, convenient and high level api. 10-- since it gives more safe, convenient and high level api.
11-- 11--
12-- > See http://www.bittorrent.org/beps/bep_0005.html#krpc-protocol 12-- See <http://www.bittorrent.org/beps/bep_0005.html#krpc-protocol>
13-- 13--
14{-# LANGUAGE OverloadedStrings #-} 14{-# LANGUAGE OverloadedStrings #-}
15{-# LANGUAGE FlexibleContexts #-} 15{-# LANGUAGE FlexibleContexts #-}