diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-03 00:38:55 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-03 00:38:55 +0400 |
commit | 5570963d8b22713d4f6ed9c0e2c7f686d5bc75da (patch) | |
tree | 48e447ba8ad00c19781f6c7e907b0f37811f074a /src/Data/Torrent | |
parent | f7287acc23ab5af8f9688c5adbbec392833b1134 (diff) |
Fix typo in docs
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r-- | src/Data/Torrent/URN.hs | 2 |
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 | -- |
77 | infohashURN :: InfoHash -> URN | 77 | infohashURN :: InfoHash -> URN |
78 | infohashURN = URN btih . longHex | 78 | infohashURN = URN btih . longHex |