Mosaic.hs: Fix incorrect usage example

This commit is contained in:
Jason Creighton
2007-08-18 21:28:54 +00:00
parent ff2461714a
commit 1712b74326

View File

@@ -45,8 +45,8 @@ import XMonadContrib.Anneal
--
-- > import XMonadContrib.Mosaic
--
-- > defaultLayouts :: [Layout]
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty M.empty, full,
-- > defaultLayouts :: [Layout Window]
-- > defaultLayouts = [ mosaic 0.25 0.5 M.empty, full,
-- > tall defaultDelta (1%2), wide defaultDelta (1%2) ]
--
-- In the key-bindings, do something like: