TwoPane: Fix syntax error in example

This commit is contained in:
Alex Tarkovsky
2007-10-13 01:41:51 +00:00
parent 6f166ab4cb
commit 5a0c98e1dd

View File

@@ -34,10 +34,10 @@ import StackSet ( focus, up, down)
-- --
-- and add, to the list of layouts: -- and add, to the list of layouts:
-- --
-- > ,(Layout $ TwoPane 0.03 0.5) -- > , (Layout $ TwoPane 0.03 0.5)
-- %import XMonadContrib.TwoPane -- %import XMonadContrib.TwoPane
-- %layout , ,(Layout $ TwoPane 0.03 0.5) -- %layout , (Layout $ TwoPane 0.03 0.5)
data TwoPane a = data TwoPane a =
TwoPane Rational Rational TwoPane Rational Rational