aboutsummaryrefslogtreecommitdiffstats
path: root/TwoPane.hs
diff options
context:
space:
mode:
Diffstat (limited to 'TwoPane.hs')
-rw-r--r--TwoPane.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoPane.hs b/TwoPane.hs
index 7fe0269..0007c38 100644
--- a/TwoPane.hs
+++ b/TwoPane.hs
@@ -2,7 +2,7 @@
-- left window is always the master window, and the right is either the
-- currently focused window or the second window in layout order.
--
--- To use this layout, 'import XMonadContrib.TwoPane'and add
+-- To use this layout, 'import XMonadContrib.TwoPane' and add
-- 'twoPane defaultDelta (1%2)' to the list of layouts
module XMonadContrib.TwoPane where