diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Layout/Spiral.hs | 2 |
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'. |