summaryrefslogtreecommitdiff
path: root/src/Propellor/PropAccum.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/PropAccum.hs')
-rw-r--r--src/Propellor/PropAccum.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/PropAccum.hs b/src/Propellor/PropAccum.hs
index 4cbb057e..beca8ccc 100644
--- a/src/Propellor/PropAccum.hs
+++ b/src/Propellor/PropAccum.hs
@@ -48,7 +48,7 @@ infixl 1 !
-- | Adjust the provided Property, adding to its
-- propertyChidren the properties of the provided container.
-
+--
-- The Info of the propertyChildren is adjusted to only include
-- info that should be propigated out to the Property.
--