summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-03 00:38:55 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-03 00:38:55 +0400
commit5570963d8b22713d4f6ed9c0e2c7f686d5bc75da (patch)
tree48e447ba8ad00c19781f6c7e907b0f37811f074a
parentf7287acc23ab5af8f9688c5adbbec392833b1134 (diff)
Fix typo in docs
-rw-r--r--src/Data/Torrent/URN.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent/URN.hs b/src/Data/Torrent/URN.hs
index e9a0bd00..feb18f48 100644
--- a/src/Data/Torrent/URN.hs
+++ b/src/Data/Torrent/URN.hs
@@ -72,7 +72,7 @@ instance Convertible URN InfoHash where
72 | otherwise = safeConvert urnString 72 | otherwise = safeConvert urnString
73 73
74-- | Make resource name for torrent with corresponding 74-- | Make resource name for torrent with corresponding
75-- infohash. Infohash is base16 (hex) encoded). 75-- infohash. Infohash is base16 (hex) encoded.
76-- 76--
77infohashURN :: InfoHash -> URN 77infohashURN :: InfoHash -> URN
78infohashURN = URN btih . longHex 78infohashURN = URN btih . longHex