From 8f911247c7b67dfec5fa0d471f86534e96b1a1a0 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 16 Nov 2014 00:49:20 +0100 Subject: [PATCH] DIAG: fix haddock comment --- Graphics/Diagram/Plotter.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics/Diagram/Plotter.hs b/Graphics/Diagram/Plotter.hs index 72eb8cc..5a9094c 100644 --- a/Graphics/Diagram/Plotter.hs +++ b/Graphics/Diagram/Plotter.hs @@ -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 <>