Fix documentation

This commit is contained in:
Amaury Gauthier 2016-02-16 23:19:13 +01:00
parent fce36bda16
commit 34f9dda006

View File

@ -94,7 +94,7 @@ runProcessWithInputAndWait cmd args input timeout = io $ do
--
-- to the top of your file) or use seconds in prefix form:
--
-- > 5.5 seconds
-- > seconds 5.5
seconds :: Rational -> Int
seconds = fromEnum . (* 1000000)