Fix typo in NoBorders example code.

This commit is contained in:
Adam Vogt
2011-08-14 19:53:14 +00:00
parent f27e89a2ff
commit 7f70beaf4f

View File

@@ -130,7 +130,7 @@ instance (Read p, Show p, SetsAmbiguous p) => LayoutModifier (ConfigurableBorder
--
-- To get the same result as 'smartBorders':
--
-- > layoutHook = lessBorders (Combine Never) (Tall 1 0.5 0.03 ||| ...)
-- > layoutHook = lessBorders Never (Tall 1 0.5 0.03 ||| ...)
--
-- This indirect method is required to keep the 'Read' and 'Show' for
-- ConfigurableBorder so that xmonad can serialize state.