1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-08-13 11:16:01 -07:00

Minor haddock formatting correction in L.Tabbed

This commit is contained in:
Adam Vogt
2009-10-08 02:48:39 +00:00
parent eb10d679e6
commit 9ba60f1952

@@ -59,7 +59,7 @@ import XMonad.Layout.Simplest ( Simplest(Simplest) )
--
-- The default Tabbar behaviour is to hide it when only one window is open
-- on the workspace. To have it always shown, use one of the layouts or
-- modifiers ending in "Always".
-- modifiers ending in @Always@.
--
-- For more detailed instructions on editing the layoutHook see:
--