summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Data/BEncode.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/BEncode.hs b/src/Data/BEncode.hs
index 402e8b3..c869d93 100644
--- a/src/Data/BEncode.hs
+++ b/src/Data/BEncode.hs
@@ -3,7 +3,7 @@
3-- License : BSD3 3-- License : BSD3
4-- Maintainer : pxqr.sta@gmail.com 4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : stable 5-- Stability : stable
6-- Portability : non-portable 6-- Portability : portable
7-- 7--
8-- This module provides convinient and fast way to serialize, 8-- This module provides convinient and fast way to serialize,
9-- deserealize and construct/destructure Bencoded values with 9-- deserealize and construct/destructure Bencoded values with