From 1e7312c50471863e584979e535a3bc2131b7c76a Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 26 Mar 2016 20:49:23 +0100 Subject: Minor documentation update --- Data/ConfigManager.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/ConfigManager.hs b/Data/ConfigManager.hs index 02c3469..1afe1fb 100644 --- a/Data/ConfigManager.hs +++ b/Data/ConfigManager.hs @@ -86,8 +86,8 @@ lookupDefault defaultValue name config = foldl (flip const) defaultValue $ looku -- > diffTime = 1 day -- > otherDiffTime = 3 hours -- --- If two or more bindings have the same name, only the last one is kept. --- Accepted duration values are seconds, minutes, hours, days and weeks. +-- * If two or more bindings have the same name, only the last one is kept. +-- * Accepted duration values are seconds, minutes, hours, days and weeks. -- $import -- -- cgit v1.2.3