This commit is contained in:
Joey Hess 2015-07-21 11:18:15 -04:00
parent 1ea376cf10
commit 512137a4d9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ onChange = combineWith $ \p hook -> do
return $ r <> r'
_ -> return r
-- | Same than `onChange` except that if property y fails, a flag file
-- | Same as `onChange` except that if property y fails, a flag file
-- is generated. On next run, if the flag file is present, property y
-- is executed even if property x doesn't change.
--