DIAG: fix haddock comment
This commit is contained in:
parent
1dcc24064b
commit
8f911247c7
@ -261,7 +261,7 @@ treePretty = Diag f
|
|||||||
|
|
||||||
|
|
||||||
-- |Creates a Diagram that shows an XAxis which is bound
|
-- |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
|
||||||
xAxis =
|
xAxis =
|
||||||
Diag hRule <>
|
Diag hRule <>
|
||||||
@ -289,7 +289,7 @@ xAxis =
|
|||||||
|
|
||||||
|
|
||||||
-- |Creates a Diagram that shows an YAxis which is bound
|
-- |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
|
||||||
yAxis =
|
yAxis =
|
||||||
Diag vRule <>
|
Diag vRule <>
|
||||||
|
Loading…
Reference in New Issue
Block a user