aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Data/ConfigManager.hs4
1 files 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
--