diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-04-09 00:02:55 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-04-09 00:02:55 +0300 |
commit | e6aeab8cec7da4d4fcad0bd66d0d1559646eab38 (patch) | |
tree | 637d05de98efa29468d944cf16f13cfbf6dc633c | |
parent | c6df281ace326dbce492eb22dc82a16352c8dbf1 (diff) | |
download | pandoc-e6aeab8cec7da4d4fcad0bd66d0d1559646eab38.tar.gz |
Fix a comment
-rw-r--r-- | src/Text/Pandoc/Parsing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs index d812f5ee5..1fab1bf72 100644 --- a/src/Text/Pandoc/Parsing.hs +++ b/src/Text/Pandoc/Parsing.hs @@ -135,7 +135,7 @@ module Text.Pandoc.Parsing ( takeWhileP, extractIdClass, insertIncludedFile, insertIncludedFileF, - -- * Re-exports from Text.Pandoc.Parsec + -- * Re-exports from Text.Parsec Stream, runParser, runParserT, |