aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Spiral.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2008-03-29 20:17:52 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2008-03-29 20:17:52 +0100
commitbed302827441eb71866c5d3833621faa3e5428fb (patch)
tree9f007b98f0d7f7da87fcf33056e85994e0c709eb /XMonad/Layout/Spiral.hs
parent5b698ebaaca14a67e705aedae9550f691feafadc (diff)
downloadXMonadContrib-bed302827441eb71866c5d3833621faa3e5428fb.tar.gz
XMonadContrib-bed302827441eb71866c5d3833621faa3e5428fb.tar.xz
XMonadContrib-bed302827441eb71866c5d3833621faa3e5428fb.zip
Fix haddock error
darcs-hash:20080329191752-a5988-0bfb2ec9a43764da63ca27805a8078bc25a45393.gz
Diffstat (limited to 'XMonad/Layout/Spiral.hs')
-rw-r--r--XMonad/Layout/Spiral.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Spiral.hs b/XMonad/Layout/Spiral.hs
index 09fe740..a6ea36d 100644
--- a/XMonad/Layout/Spiral.hs
+++ b/XMonad/Layout/Spiral.hs
@@ -60,7 +60,7 @@ blend scale ratios = zipWith (+) ratios scaleFactors
-- | A spiral layout. The parameter controls the size ratio between
-- successive windows in the spiral. Sensible values range from 0
--- up to the aspect ratio of your monitor (often 4/3).
+-- up to the aspect ratio of your monitor (often 4\/3).
--
-- By default, the spiral is counterclockwise, starting to the east.
-- See also 'spiralWithDir'.