From 6e4f36e4ad4e1729ccf27ffd01fc8e2ea3a1534a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Dec 2015 19:05:34 -0400 Subject: typo --- src/Propellor/Types/ResultCheck.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Propellor/Types/ResultCheck.hs b/src/Propellor/Types/ResultCheck.hs index 0c7597a2..09fbf73b 100644 --- a/src/Propellor/Types/ResultCheck.hs +++ b/src/Propellor/Types/ResultCheck.hs @@ -15,9 +15,10 @@ import Data.Monoid import Control.Monad.IO.Class (liftIO) -- | This is a `Property` but its `Result` is not accurate; in particular --- it may return `NoChange` despite having made a change. However, when it --- returns `MadeChange`, it really did made a change, and `FailedChange` --- is still an error. +-- it may return `NoChange` despite having made a change. +-- +-- However, when it returns `MadeChange`, it really did make a change, +-- and `FailedChange` is still an error. data UncheckedProperty i = UncheckedProperty (Property i) -- | Use to indicate that a Property is unchecked. -- cgit v1.2.3