Tabbed.hs: corrected error in Usage reported by Xavier Maillard

This commit is contained in:
Andrea Rossato 2007-07-17 05:00:34 +00:00
parent d2427ab85b
commit 9ca82609b4

View File

@ -37,7 +37,7 @@ import XMonadContrib.LayoutHelpers ( idModify )
-- --
-- > import XMonadContrib.Tabbed -- > import XMonadContrib.Tabbed
-- --
-- > defaultLayouts :: [Layout] -- > defaultLayouts :: [Layout Window]
-- > defaultLayouts = [ tabbed shrinkText defaultTConf -- > defaultLayouts = [ tabbed shrinkText defaultTConf
-- > , ... ] -- > , ... ]
-- --