summaryrefslogtreecommitdiff
path: root/src/Propellor.hs
diff options
context:
space:
mode:
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: