From fdadc6f31ab361acbf65d1bba3b47184be2c8fe7 Mon Sep 17 00:00:00 2001 From: Ulf Sauer Date: Sat, 18 Jan 2014 22:50:38 +0100 Subject: [PATCH] Fix typo in documentation --- Data/Aeson/Encode/Pretty.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Aeson/Encode/Pretty.hs b/Data/Aeson/Encode/Pretty.hs index d33ca10..bb8bcfd 100644 --- a/Data/Aeson/Encode/Pretty.hs +++ b/Data/Aeson/Encode/Pretty.hs @@ -92,7 +92,7 @@ keyOrder ks = comparing $ \k -> fromMaybe maxBound (elemIndex k ks) -- |The default configuration: indent by four spaces per level of nesting, do -- not sort objects by key. -- --- > defConfig = Config { confIndent = 4, confSort = mempty } +-- > defConfig = Config { confIndent = 4, confCompare = mempty } defConfig :: Config defConfig = Config { confIndent = 4, confCompare = mempty }