summaryrefslogtreecommitdiff
path: root/src/Propellor/EnsureProperty.hs
diff options
context:
space:
mode:
authorJoey Hess2016-06-02 17:20:51 -0400
committerJoey Hess2016-06-02 17:20:51 -0400
commit65a7716a93960ea1418927bd9d4df22ad8fb9e21 (patch)
tree7f11bdd0d5a5010b59b5ebb6bd0f8f0ea01247c0 /src/Propellor/EnsureProperty.hs
parent460dc5f68852b0e5e7e55392fc0b48ed186bfcfd (diff)
include description in example
Diffstat (limited to 'src/Propellor/EnsureProperty.hs')
-rw-r--r--src/Propellor/EnsureProperty.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/EnsureProperty.hs b/src/Propellor/EnsureProperty.hs
index ce01d436..c4666722 100644
--- a/src/Propellor/EnsureProperty.hs
+++ b/src/Propellor/EnsureProperty.hs
@@ -24,7 +24,7 @@ import Prelude
-- Use `property'` to get the `OuterMetaTypesWithness`. For example:
--
-- > foo = Property Debian
--- > foo = property' $ \w -> do
+-- > foo = property' "my property" $ \w -> do
-- > ensureProperty w (aptInstall "foo")
--
-- The type checker will prevent using ensureProperty with a property