HintedTile: Fix mistake in documentation.

This commit is contained in:
lithis
2008-05-08 00:35:52 +00:00
parent 58610f1c15
commit 7c9948f9ee

View File

@@ -34,7 +34,7 @@ import Control.Monad
-- --
-- > myLayout = hintedTile Tall ||| hintedTile Wide ||| Full ||| etc.. -- > myLayout = hintedTile Tall ||| hintedTile Wide ||| Full ||| etc..
-- > where -- > where
-- > tiled = HintedTile nmaster delta ratio TopLeft -- > hintedTile = HintedTile nmaster delta ratio TopLeft
-- > nmaster = 1 -- > nmaster = 1
-- > ratio = 1/2 -- > ratio = 1/2
-- > delta = 3/100 -- > delta = 3/100