1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-26 01:31:52 -07:00

Fix documentation

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

@@ -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)