diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:42:20 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:42:20 -0400 |
| commit | bea60fc136a70bdcea3f7f2ace9c8f0e8a5c2dce (patch) | |
| tree | 0eb9a4077418b27b1c91f55fe60d14b60cf1a03d /src/Propellor/Property | |
| parent | 9d6a98a2654c6c047c4f4af2e60ee3466b18cd35 (diff) | |
avoid bad haddock rendering
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/ConfFile.hs | 2 |
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 |
