aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2016-03-26 20:49:23 +0100
committerJoris2016-03-26 20:49:23 +0100
commit1e7312c50471863e584979e535a3bc2131b7c76a (patch)
tree12c32499ca1d995bea60f2ccfc12aa8a151b3c03
parent2481514c9ee6ddc7bb621f28802b5cd54fc98925 (diff)
downloadconfig-manager-1e7312c50471863e584979e535a3bc2131b7c76a.tar.gz
config-manager-1e7312c50471863e584979e535a3bc2131b7c76a.tar.bz2
config-manager-1e7312c50471863e584979e535a3bc2131b7c76a.zip
Minor documentation update
-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
--