aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/StackTile.hs
diff options
context:
space:
mode:
authorJoachim Fasting <joachim.fasting@gmail.com>2008-05-21 20:26:37 +0200
committerJoachim Fasting <joachim.fasting@gmail.com>2008-05-21 20:26:37 +0200
commite92dce49b8cf560c640ea03372ff78b096cef742 (patch)
tree89c4b48aaddfdc8889933ade2992fa2a686fa1dd /XMonad/Layout/StackTile.hs
parent48cabcb49c74e92c8f5e6e208c5b9704f2806495 (diff)
downloadXMonadContrib-e92dce49b8cf560c640ea03372ff78b096cef742.tar.gz
XMonadContrib-e92dce49b8cf560c640ea03372ff78b096cef742.tar.xz
XMonadContrib-e92dce49b8cf560c640ea03372ff78b096cef742.zip
StackTile: minor documentation fix
That '[]' in the example seems incorrect darcs-hash:20080521182637-928c4-7909fc0e33b3915ae4b4f23084f322ef757cb628.gz
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 b89cfa9..8353092 100644
--- a/XMonad/Layout/StackTile.hs
+++ b/XMonad/Layout/StackTile.hs
@@ -33,7 +33,7 @@ import Control.Monad
--
-- Then edit your @layoutHook@ by adding the ResizableTile layout:
--
--- > myLayouts = StackTile 1 (3/100) (1/2) [] ||| etc..
+-- > myLayouts = StackTile 1 (3/100) (1/2) ||| etc..
-- > main = xmonad defaultConfig { layoutHook = myLayouts }
--
-- For more detailed instructions on editing the layoutHook see: