summaryrefslogtreecommitdiff
path: root/src/Propellor/PropAccum.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-19 15:55:02 -0400
committerJoey Hess2015-01-19 15:55:02 -0400
commitc8153ff0bd5629c9bfd665ae40c709999d1f8a7a (patch)
tree306bfa7955da35d6a038dd13e589bf92fac25b05 /src/Propellor/PropAccum.hs
parente28b1ab92bff96ad3daa7d00739ef890359a3ed7 (diff)
fix haddock
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.
--