From c76b4ff63ed2913d89ba924a80c04b51b57b76d0 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sun, 8 Dec 2013 03:45:34 +0400 Subject: Fix typo --- src/Data/BEncode/BDict.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Data/BEncode/BDict.hs b/src/Data/BEncode/BDict.hs index d1d5215..b90f60b 100644 --- a/src/Data/BEncode/BDict.hs +++ b/src/Data/BEncode/BDict.hs @@ -5,8 +5,9 @@ -- Stability : stable -- Portability : portable -- --- This module defines a simple key\/value list which both faster --- and more suitable for bencode dictionaries then just [(k,v)]. +-- This module defines a simple key\/value list ordered by keys +-- which both faster and more suitable for bencode dictionaries than +-- just [(k,v)]. -- module Data.BEncode.BDict ( BKey -- cgit v1.2.3