LayoutCombinators: fix doc

This commit is contained in:
Andrea Rossato 2007-11-23 17:57:23 +00:00
parent b13fd2d464
commit 9cd120f599

View File

@ -34,7 +34,7 @@ import XMonad.Layout.DragPane
-- $usage
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
--
-- > import XMonad.Layout.LayoutCombinators
-- > import XMonad.Layout.LayoutCombinators hiding ( (|||) )
--
-- Then edit your @layoutHook@ by using the new layout combinators:
--