summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: