diff options
| -rw-r--r-- | src/Propellor/Types/Info.hs | 3 |
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 |
