summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent P. René de Cotret <laurent.decotret@outlook.com>2020-05-24 21:36:50 -0400
committerLaurent P. René de Cotret <laurent.decotret@outlook.com>2020-05-24 21:36:50 -0400
commitead14e7c3d5d62a22567f6f6826c7a5ffe825852 (patch)
treea7322ec731e3034e1970fe320ce9896f7ab655db
parent6ed342998ce1d5951f44c783a3487d98a11df3f6 (diff)
Documentation0.5.0.0
-rw-r--r--src/Text/Pandoc/Filter/Plot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Filter/Plot.hs b/src/Text/Pandoc/Filter/Plot.hs
index e8e40f2..fb0d535 100644
--- a/src/Text/Pandoc/Filter/Plot.hs
+++ b/src/Text/Pandoc/Filter/Plot.hs
@@ -109,7 +109,7 @@ import Text.Pandoc.Filter.Plot.Internal
-- messages are printed to stderr, and blocks are left unchanged.
makePlot :: Walkable Block a
=> Configuration -- ^ Configuration for default values
- -> a
+ -> a -- ^ Input block or document
-> IO a
makePlot conf = walkM makePlot'
where