summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-08-20 10:42:20 -0400
committerJoey Hess2015-08-20 10:42:20 -0400
commitbea60fc136a70bdcea3f7f2ace9c8f0e8a5c2dce (patch)
tree0eb9a4077418b27b1c91f55fe60d14b60cf1a03d
parent9d6a98a2654c6c047c4f4af2e60ee3466b18cd35 (diff)
avoid bad haddock rendering
-rw-r--r--src/Propellor/Property/ConfFile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/ConfFile.hs b/src/Propellor/Property/ConfFile.hs
index ea94bd82..066848bb 100644
--- a/src/Propellor/Property/ConfFile.hs
+++ b/src/Propellor/Property/ConfFile.hs
@@ -23,7 +23,7 @@ type SectionStart = Line -> Bool
-- (eg, a new section header)
type SectionPast = Line -> Bool
-- | run on all lines in the section, including the SectionStart line;
--- can add/delete/modify lines, or even delete entire section
+-- can add, delete, and modify lines, or even delete entire section
type AdjustSection = [Line] -> [Line]
-- | if SectionStart does not find the section in the file, this is used to
-- insert the section somewhere within it