From bea60fc136a70bdcea3f7f2ace9c8f0e8a5c2dce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 20 Aug 2015 10:42:20 -0400 Subject: avoid bad haddock rendering --- src/Propellor/Property/ConfFile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/ConfFile.hs') 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 -- cgit v1.2.3