summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-08 03:30:17 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-08 03:30:17 +0400
commit41782dc5b26df30a4e828dcea27ab2bab5dd7b23 (patch)
tree5efc5a9cc99e128b8e2c5c97119bc3790a9b82ec
parentf75e72998955d3c0df18423689e6a131a966e532 (diff)
Update docs
-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 744e9d1..d1d153b 100644
--- a/src/Data/BEncode.hs
+++ b/src/Data/BEncode.hs
@@ -21,7 +21,7 @@
21-- 21--
22-- To serialize any other types we need to make conversion. To 22-- To serialize any other types we need to make conversion. To
23-- make conversion more convenient there is type class for it: 23-- make conversion more convenient there is type class for it:
24-- 'BEncodable'. Any textual strings are considered as UTF8 encoded 24-- 'BEncode'. Any textual strings are considered as UTF8 encoded
25-- 'Text'. 25-- 'Text'.
26-- 26--
27-- The complete Augmented BNF syntax for bencoding format is: 27-- The complete Augmented BNF syntax for bencoding format is: