summaryrefslogtreecommitdiff
path: root/src/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-10 16:08:30 -0400
committerJoey Hess2015-10-10 16:08:30 -0400
commit084d1f9ba34e5c88f3ade4a32bc18cf5952a1c1a (patch)
tree900696e461970ebb837f29352893092b58041988 /src/Propellor.hs
parentde2c8133aa2cf694f16fc5732e841af0991125bb (diff)
wording
Diffstat (limited to 'src/Propellor.hs')
-rw-r--r--src/Propellor.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs
index 4f777f11..c84c0371 100644
--- a/src/Propellor.hs
+++ b/src/Propellor.hs
@@ -1,7 +1,7 @@
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
--- | When propellor runs on a Host, it ensures that its list of Properties
--- is satisfied, taking action as necessary when a Property is not
+-- | When propellor runs on a Host, it ensures that its Properties
+-- are satisfied, taking action as necessary when a Property is not
-- currently satisfied.
--
-- A simple propellor program example: