DIAG: fix haddock comment

This commit is contained in:
2014-11-16 00:49:20 +01:00
parent 1dcc24064b
commit 8f911247c7

View File

@@ -261,7 +261,7 @@ treePretty = Diag f
-- |Creates a Diagram that shows an XAxis which is bound
-- by the dimensions given in xD from DiagProp.
-- by the dimensions given in xDimension from DiagProp.
xAxis :: Diag
xAxis =
Diag hRule <>
@@ -289,7 +289,7 @@ xAxis =
-- |Creates a Diagram that shows an YAxis which is bound
-- by the dimensions given in yD from DiagProp.
-- by the dimensions given in yDimension from DiagProp.
yAxis :: Diag
yAxis =
Diag vRule <>