aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-21 15:08:28 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-21 15:08:28 +0100
commitceb393b2163578dea9c9e5314f5c887b6445be79 (patch)
tree0040f94925b4296848208ece5c327b7987267774 /XMonad/Layout
parent1dc5889cc9dfec1d891a7f40c3cb3edaddf91bce (diff)
downloadXMonadContrib-ceb393b2163578dea9c9e5314f5c887b6445be79.tar.gz
XMonadContrib-ceb393b2163578dea9c9e5314f5c887b6445be79.tar.xz
XMonadContrib-ceb393b2163578dea9c9e5314f5c887b6445be79.zip
HintedTile: typo
darcs-hash:20071121140828-32816-d7390efa94e9210fd9e211470ead520dd6a32ffb.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r--XMonad/Layout/HintedTile.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad/Layout/HintedTile.hs b/XMonad/Layout/HintedTile.hs
index 70c9c82..70ebc74 100644
--- a/XMonad/Layout/HintedTile.hs
+++ b/XMonad/Layout/HintedTile.hs
@@ -1,5 +1,4 @@
{-# LANGUAGE MultiParamTypeClasses, TypeSynonymInstances #-}
-
-----------------------------------------------------------------------------
-- |
-- Module : XMonad.Layout.HintedTile
@@ -34,7 +33,7 @@ import Control.Monad.Reader
--
-- > import XMonad.Layout.HintedTile
--
--- The edit your @layoutHook@ by adding the HintedTile layout:
+-- Then edit your @layoutHook@ by adding the HintedTile layout:
--
-- > mylayout = tall 1 0.1 0.5 ||| Full ||| etc..
-- > main = xmonad dafaultConfig { layoutHook = mylayouts }