From 7898079adb6caa2cb0da4384542f28bd1ce21011 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Oct 2017 12:25:07 -0400 Subject: improve comment --- src/Propellor/Types/Info.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3