From e92dce49b8cf560c640ea03372ff78b096cef742 Mon Sep 17 00:00:00 2001
From: Joachim Fasting <joachim.fasting@gmail.com>
Date: Wed, 21 May 2008 20:26:37 +0200
Subject: StackTile: minor documentation fix

That '[]' in the example seems incorrect

darcs-hash:20080521182637-928c4-7909fc0e33b3915ae4b4f23084f322ef757cb628.gz
---
 XMonad/Layout/StackTile.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
cgit v1.2.3