aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Dishes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Dishes.hs')
-rw-r--r--XMonad/Layout/Dishes.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/Dishes.hs b/XMonad/Layout/Dishes.hs
index b83daf6..821f0df 100644
--- a/XMonad/Layout/Dishes.hs
+++ b/XMonad/Layout/Dishes.hs
@@ -33,8 +33,8 @@ import Control.Monad (ap)
--
-- Then edit your @layoutHook@ by adding the Dishes layout:
--
--- > myLayouts = Dishes 2 (1/6) ||| Full ||| etc..
--- > main = xmonad defaultConfig { layoutHook = myLayouts }
+-- > myLayout = Dishes 2 (1/6) ||| Full ||| etc..
+-- > main = xmonad defaultConfig { layoutHook = myLayout }
--
-- For more detailed instructions on editing the layoutHook see:
--