diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor.hs | 4 |
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: |
