From 65a7716a93960ea1418927bd9d4df22ad8fb9e21 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jun 2016 17:20:51 -0400 Subject: include description in example --- src/Propellor/EnsureProperty.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') 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 -- cgit v1.2.3