diff --git a/XMonad/Layout/MouseResizableTile.hs b/XMonad/Layout/MouseResizableTile.hs index e8e69f60..2348689f 100644 --- a/XMonad/Layout/MouseResizableTile.hs +++ b/XMonad/Layout/MouseResizableTile.hs @@ -9,7 +9,7 @@ -- Stability : unstable -- Portability : not portable -- --- A layout in the spirit of XMonad.Layout.ResizableTile, but with the option +-- A layout in the spirit of "XMonad.Layout.ResizableTile", but with the option -- to use the mouse to adjust the layout. -- -----------------------------------------------------------------------------