Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed May 25, 2020
1 parent 6ed3429 commit ead14e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/Filter/Plot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead14e7

Please sign in to comment.