DIAG: fix haddock comment

This commit is contained in:
hasufell 2014-11-16 00:49:20 +01:00
parent 1dcc24064b
commit 8f911247c7
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 2 deletions

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 <>