aboutsummaryrefslogtreecommitdiffstats
path: root/Combo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Combo.hs')
-rw-r--r--Combo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Combo.hs b/Combo.hs
index 8392e8e..6b0c03c 100644
--- a/Combo.hs
+++ b/Combo.hs
@@ -35,7 +35,7 @@ import qualified StackSet as W ( differentiate )
--
-- and add something like
--
--- > combo (twoPane 0.03 0.5) [(full,1),(tabbed shrinkText defaultTConf,1)]
+-- > combo (TwoPane 0.03 0.5) [(Full,1),(tabbed shrinkText defaultTConf,1)]
--
-- to your defaultLayouts.
--