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

@@ -37,7 +37,7 @@ import StackSet ( focus, up, down)
-- > , (Layout $ TwoPane 0.03 0.5)
-- %import XMonadContrib.TwoPane
-- %layout , ,(Layout $ TwoPane 0.03 0.5)
-- %layout , (Layout $ TwoPane 0.03 0.5)
data TwoPane a =
TwoPane Rational Rational