aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/StackTile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/StackTile.hs')
-rw-r--r--XMonad/Layout/StackTile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/StackTile.hs b/XMonad/Layout/StackTile.hs
index 8353092..d47a940 100644
--- a/XMonad/Layout/StackTile.hs
+++ b/XMonad/Layout/StackTile.hs
@@ -31,7 +31,7 @@ import Control.Monad
--
-- > import XMonad.Layout.StackTile
--
--- Then edit your @layoutHook@ by adding the ResizableTile layout:
+-- Then edit your @layoutHook@ by adding the StackTile layout:
--
-- > myLayouts = StackTile 1 (3/100) (1/2) ||| etc..
-- > main = xmonad defaultConfig { layoutHook = myLayouts }