From a5df0de237d395b24b097f6d35f700d10b86f6d0 Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Fri, 12 Oct 2007 04:59:53 +0200 Subject: doco fix: s/SomeLayout/Layout/g darcs-hash:20071012025953-78224-916a50210664192b90802aabb67da486374d0519.gz --- Tabbed.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Tabbed.hs') diff --git a/Tabbed.hs b/Tabbed.hs index 378f20a..c5c1071 100644 --- a/Tabbed.hs +++ b/Tabbed.hs @@ -44,11 +44,11 @@ import XMonadContrib.XUtils -- -- > import XMonadContrib.Tabbed -- --- > defaultLayouts :: [(String, SomeLayout Window)] --- > defaultLayouts = [SomeLayout tiled --- > ,SomeLayout $ Mirror tiled +-- > defaultLayouts :: [(String, Layout Window)] +-- > defaultLayouts = [Layout tiled +-- > ,Layout $ Mirror tiled -- > -- Extension-provided layouts --- > ,SomeLayout $ tabbed shrinkText defaultTConf) +-- > ,Layout $ tabbed shrinkText defaultTConf) -- > , ... ] -- -- You can also edit the default configuration options. -- cgit v1.2.3