summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2017-10-04 12:25:07 -0400
committerJoey Hess2017-10-04 12:25:07 -0400
commit7898079adb6caa2cb0da4384542f28bd1ce21011 (patch)
treefa9ef925a07553ad76575acb9cec3451e8c7cf82 /src
parent0dea18fb40e51e1b5945029b954235d9f0994f19 (diff)
improve comment
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Types/Info.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/Types/Info.hs b/src/Propellor/Types/Info.hs
index 6716c403..5db1eb52 100644
--- a/src/Propellor/Types/Info.hs
+++ b/src/Propellor/Types/Info.hs
@@ -44,8 +44,7 @@ extractInfoEntry (InfoEntry v) = T.cast v
-- as info, especially type aliases which coud easily lead to bugs.
-- We want a little bit of dynamic types here, but not too far..
class (Typeable v, Monoid v, Show v) => IsInfo v where
- -- | Should info of this type be propagated out of a
- -- container to its Host?
+ -- | Should this info be propagated out of a container to its Host?
propagateInfo :: v -> PropagateInfo
data PropagateInfo